#3D481D

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

Shades of Turtle Green #3D481D

Tints of Turtle Green #3D481D

Color information

#3D481D (or 0x3D481D) is unknown color: approx Turtle Green. HEX triplet: 3D, 48 and 1D. RGB value is (61,72,29). Sum of RGB (Red+Green+Blue) = 61+72+29=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #3D481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D481D is #C2B7E2. Grayscale: #3F3F3F. Windows color (decimal): -12761059 or 1919037. OLE color: 1919037.

HSL color Cylindrical-coordinate representation of color #3D481D: hue angle of 75.35º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D481D is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB617229-
CMYK0.1500.600.72
HSL75.35º42.57%19.8%-
HSV(B)75.35º59.72%28.24%-
XYZ4.465.722.03-
YUV63.81108.36126-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.65%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=37.65%
G=44.44%
B=17.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6172290.1500.600.7275.3542.5719.8
Hex3D481DF03C484b2b14
Octal7511035170741101135324
Binary111101100100011101111101111001001000100101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,72,29); }

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

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

 a { background-color: rgb(61,72,29); }

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

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

 span { border-color: rgb(61,72,29); }

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