#3F420D

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

Shades of Turtle Green #3F420D

Tints of Turtle Green #3F420D

Color information

#3F420D (or 0x3F420D) is unknown color: approx Turtle Green. HEX triplet: 3F, 42 and 0D. RGB value is (63,66,13). Sum of RGB (Red+Green+Blue) = 63+66+13=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #3F420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F420D is #C0BDF2. Grayscale: #3B3B3B. Windows color (decimal): -12631539 or 868927. OLE color: 868927.

HSL color Cylindrical-coordinate representation of color #3F420D: hue angle of 63.4º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F420D is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB636613-
CMYK0.0500.800.74
HSL63.4º67.09%15.49%-
HSV(B)63.4º80.3%25.88%-
XYZ4.074.981.13-
YUV59.06102.01130.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=44.37%
G=46.48%
B=9.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6366130.0500.800.7463.467.0915.49
Hex3F42D50504A3f43f
Octal7710215501201127710317
Binary1111111000010110110101010000100101011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,66,13); }

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

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

 a { background-color: rgb(63,66,13); }

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

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

 span { border-color: rgb(63,66,13); }

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