#3B3F10

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

Shades of Turtle Green #3B3F10

Tints of Turtle Green #3B3F10

Color information

#3B3F10 (or 0x3B3F10) is unknown color: approx Turtle Green. HEX triplet: 3B, 3F and 10. RGB value is (59,63,16). Sum of RGB (Red+Green+Blue) = 59+63+16=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3F10 is #C4C0EF. Grayscale: #383838. Windows color (decimal): -12894448 or 1064763. OLE color: 1064763.

HSL color Cylindrical-coordinate representation of color #3B3F10: hue angle of 65.11º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B3F10 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB596316-
CMYK0.0600.750.75
HSL65.11º59.49%15.49%-
HSV(B)65.11º74.6%24.71%-
XYZ3.674.521.17-
YUV56.45105.17129.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 63 (25% from 255) = 45.65%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=42.75%
G=45.65%
B=11.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5963160.0600.750.7565.1159.4915.49
Hex3B3F10604B4B413bf
Octal737720601131131017317
Binary1110111111111000011001001011100101110000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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