#3F421B

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

Shades of Turtle Green #3F421B

Tints of Turtle Green #3F421B

Color information

#3F421B (or 0x3F421B) is unknown color: approx Turtle Green. HEX triplet: 3F, 42 and 1B. RGB value is (63,66,27). Sum of RGB (Red+Green+Blue) = 63+66+27=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #3F421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F421B is #C0BDE4. Grayscale: #3C3C3C. Windows color (decimal): -12631525 or 1786431. OLE color: 1786431.

HSL color Cylindrical-coordinate representation of color #3F421B: hue angle of 64.62º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F421B is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB636627-
CMYK0.0500.590.74
HSL64.62º41.94%18.24%-
HSV(B)64.62º59.09%25.88%-
XYZ4.25.031.79-
YUV60.66109.01129.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.38%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=40.38%
G=42.31%
B=17.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6366270.0500.590.7464.6241.9418.24
Hex3F421B503B4A412a12
Octal771023350731121015222
Binary11111110000101101110101110111001010100000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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