#3B3E10

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

Shades of Turtle Green #3B3E10

Tints of Turtle Green #3B3E10

Color information

#3B3E10 (or 0x3B3E10) is unknown color: approx Turtle Green. HEX triplet: 3B, 3E and 10. RGB value is (59,62,16). Sum of RGB (Red+Green+Blue) = 59+62+16=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 62 - color contains mainly: green. Hex color #3B3E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3E10 is #C4C1EF. Grayscale: #383838. Windows color (decimal): -12894704 or 1064507. OLE color: 1064507.

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

Color convert

RGB596216-
CMYK0.0500.740.76
HSL63.91º58.97%15.29%-
HSV(B)63.91º74.19%24.31%-
XYZ3.624.411.15-
YUV55.86105.51130.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.07%
GREEN value IS 62 (24.61% from 255) = 45.26%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=43.07%
G=45.26%
B=11.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5962160.0500.740.7663.9158.9715.29
Hex3B3E10504A4C403bf
Octal737620501121141007317
Binary1110111111101000010101001010100110010000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,62,16); }

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

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

 a { background-color: rgb(59,62,16); }

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

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

 span { border-color: rgb(59,62,16); }

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