#3B3F1E

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

Shades of Turtle Green #3B3F1E

Tints of Turtle Green #3B3F1E

Color information

#3B3F1E (or 0x3B3F1E) is unknown color: approx Turtle Green. HEX triplet: 3B, 3F and 1E. RGB value is (59,63,30). Sum of RGB (Red+Green+Blue) = 59+63+30=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F1E is #C4C0E1. Grayscale: #3A3A3A. Windows color (decimal): -12894434 or 1982267. OLE color: 1982267.

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

Color convert

RGB596330-
CMYK0.0600.520.75
HSL67.27º35.48%18.24%-
HSV(B)67.27º52.38%24.71%-
XYZ3.824.581.91-
YUV58.04112.17128.68-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 63 (25% from 255) = 41.45%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=38.82%
G=41.45%
B=19.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5963300.0600.520.7567.2735.4818.24
Hex3B3F1E60344B432312
Octal73773660641131034322
Binary1110111111111111011001101001001011100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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