#3B480B

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

Shades of Turtle Green #3B480B

Tints of Turtle Green #3B480B

Color information

#3B480B (or 0x3B480B) is unknown color: approx Turtle Green. HEX triplet: 3B, 48 and 0B. RGB value is (59,72,11). Sum of RGB (Red+Green+Blue) = 59+72+11=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #3B480B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B480B is #C4B7F4. Grayscale: #3D3D3D. Windows color (decimal): -12892149 or 739387. OLE color: 739387.

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

Color convert

RGB597211-
CMYK0.1800.850.72
HSL72.79º73.49%16.27%-
HSV(B)72.79º84.72%28.24%-
XYZ4.185.591.17-
YUV61.1699.69126.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.55%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 11 (4.69% from 255) = 7.75%
R=41.55%
G=50.70%
B=7.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5972110.1800.850.7272.7973.4916.27
Hex3B48B1205548494910
Octal731101322012511011111120
Binary11101110010001011100100101010110010001001001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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