#3D4503

Color #3D4503 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #3D4503

Tints of Turtle Green #3D4503

Color information

#3D4503 (or 0x3D4503) is unknown color: approx Turtle Green. HEX triplet: 3D, 45 and 03. RGB value is (61,69,3). Sum of RGB (Red+Green+Blue) = 61+69+3=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4503 is #C2BAFC. Grayscale: #3B3B3B. Windows color (decimal): -12761853 or 214333. OLE color: 214333.

HSL color Cylindrical-coordinate representation of color #3D4503: hue angle of 67.27º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D4503 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB61693-
CMYK0.1200.960.73
HSL67.27º91.67%14.12%-
HSV(B)67.27º95.65%27.06%-
XYZ4.075.250.89-
YUV59.0896.35129.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 45.86%
GREEN value IS 69 (27.34% from 255) = 51.88%
BLUE value IS 3 (1.56% from 255) = 2.26%
R=45.86%
G=51.88%
B=2.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal616930.1200.960.7367.2791.6714.12
Hex3D453C06049435ce
Octal75105314014011110313416
Binary1111011000101111100011000001001001100001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D4503; }

 p { color: rgb(61,69,3); }

 H1.HeaderClassName
 {
   color: #3D4503;
 }
 .AnyTagClassName
 {
   color: #3D4503;
 }
</style>
background-color css

<style>
 a { background-color: #3D4503; }

 a { background-color: rgb(61,69,3); }

 div.DivClassName
 {
   background-color: #3D4503;
 }
 .BgClassName
 {
   background-color: #3D4503;
 }
</style>
border-color css

<style>
 span { border-color: #3D4503; }

 span { border-color: rgb(61,69,3); }

 td.TdClassName
 {
   border-color: #3D4503;
 }
 .TagClassName
 {
   border-color: #3D4503;
 }
</style>