#3B420F

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

Shades of Turtle Green #3B420F

Tints of Turtle Green #3B420F

Color information

#3B420F (or 0x3B420F) is unknown color: approx Turtle Green. HEX triplet: 3B, 42 and 0F. RGB value is (59,66,15). Sum of RGB (Red+Green+Blue) = 59+66+15=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #3B420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B420F is #C4BDF0. Grayscale: #3A3A3A. Windows color (decimal): -12893681 or 999995. OLE color: 999995.

HSL color Cylindrical-coordinate representation of color #3B420F: hue angle of 68.24º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B420F is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB596615-
CMYK0.1100.770.74
HSL68.24º62.96%15.88%-
HSV(B)68.24º77.27%25.88%-
XYZ3.844.861.19-
YUV58.09103.68128.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.14%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=42.14%
G=47.14%
B=10.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5966150.1100.770.7468.2462.9615.88
Hex3B42FB04D4A443f10
Octal73102171301151121047720
Binary111011100001011111011010011011001010100010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,15); }

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

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

 a { background-color: rgb(59,66,15); }

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

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

 span { border-color: rgb(59,66,15); }

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