#3B4A1C

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

Shades of Turtle Green #3B4A1C

Tints of Turtle Green #3B4A1C

Color information

#3B4A1C (or 0x3B4A1C) is unknown color: approx Turtle Green. HEX triplet: 3B, 4A and 1C. RGB value is (59,74,28). Sum of RGB (Red+Green+Blue) = 59+74+28=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #3B4A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4A1C is #C4B5E3. Grayscale: #404040. Windows color (decimal): -12891620 or 1854011. OLE color: 1854011.

HSL color Cylindrical-coordinate representation of color #3B4A1C: hue angle of 79.57º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B4A1C is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB597428-
CMYK0.2000.620.71
HSL79.57º45.1%20%-
HSV(B)79.57º62.16%29.02%-
XYZ4.465.912-
YUV64.27107.53124.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.65%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 28 (11.33% from 255) = 17.39%
R=36.65%
G=45.96%
B=17.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5974280.2000.620.7179.5745.120
Hex3B4A1C1403E47502d14
Octal7311234240761071205524
Binary1110111001010111001010001111101000111101000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,74,28); }

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

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

 a { background-color: rgb(59,74,28); }

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

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

 span { border-color: rgb(59,74,28); }

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