#3B4D18

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

Shades of Turtle Green #3B4D18

Tints of Turtle Green #3B4D18

Color information

#3B4D18 (or 0x3B4D18) is unknown color: approx Turtle Green. HEX triplet: 3B, 4D and 18. RGB value is (59,77,24). Sum of RGB (Red+Green+Blue) = 59+77+24=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B4D18 is #C4B2E7. Grayscale: #414141. Windows color (decimal): -12890856 or 1592635. OLE color: 1592635.

HSL color Cylindrical-coordinate representation of color #3B4D18: hue angle of 80.38º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B4D18 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB597724-
CMYK0.2300.690.70
HSL80.38º52.48%19.8%-
HSV(B)80.38º68.83%30.2%-
XYZ4.626.31.84-
YUV65.58104.54123.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.88%
GREEN value IS 77 (30.47% from 255) = 48.12%
BLUE value IS 24 (9.77% from 255) = 15%
R=36.88%
G=48.12%
B=15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5977240.2300.690.7080.3852.4819.8
Hex3B4D181704546503414
Octal73115302701051061206424
Binary11101110011011100010111010001011000110101000011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,77,24); }

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

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

 a { background-color: rgb(59,77,24); }

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

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

 span { border-color: rgb(59,77,24); }

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