#3B481C

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

Shades of Turtle Green #3B481C

Tints of Turtle Green #3B481C

Color information

#3B481C (or 0x3B481C) is unknown color: approx Turtle Green. HEX triplet: 3B, 48 and 1C. RGB value is (59,72,28). Sum of RGB (Red+Green+Blue) = 59+72+28=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #3B481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B481C is #C4B7E3. Grayscale: #3F3F3F. Windows color (decimal): -12892132 or 1853499. OLE color: 1853499.

HSL color Cylindrical-coordinate representation of color #3B481C: hue angle of 77.73º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B481C is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB597228-
CMYK0.1800.610.72
HSL77.73º44%19.61%-
HSV(B)77.73º61.11%28.24%-
XYZ4.335.651.96-
YUV63.1108.19125.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.11%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=37.11%
G=45.28%
B=17.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5972280.1800.610.7277.734419.61
Hex3B481C1203D484e2c14
Octal7311034220751101165424
Binary1110111001000111001001001111011001000100111010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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