#33410B

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

Shades of Turtle Green #33410B

Tints of Turtle Green #33410B

Color information

#33410B (or 0x33410B) is unknown color: approx Turtle Green. HEX triplet: 33, 41 and 0B. RGB value is (51,65,11). Sum of RGB (Red+Green+Blue) = 51+65+11=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #33410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33410B is #CCBEF4. Grayscale: #363636. Windows color (decimal): -13418229 or 737587. OLE color: 737587.

HSL color Cylindrical-coordinate representation of color #33410B: hue angle of 75.56º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33410B is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB516511-
CMYK0.2200.830.75
HSL75.56º71.05%14.9%-
HSV(B)75.56º83.08%25.49%-
XYZ3.324.511.01-
YUV54.66103.36125.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 65 (25.78% from 255) = 51.18%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=40.16%
G=51.18%
B=8.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5165110.2200.830.7575.5671.0514.9
Hex3341B160534B4c47f
Octal631011326012311311410717
Binary1100111000001101110110010100111001011100110010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33410B; }

 p { color: rgb(51,65,11); }

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

<style>
 a { background-color: #33410B; }

 a { background-color: rgb(51,65,11); }

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

<style>
 span { border-color: #33410B; }

 span { border-color: rgb(51,65,11); }

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