#33420D

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

Shades of Turtle Green #33420D

Tints of Turtle Green #33420D

Color information

#33420D (or 0x33420D) is unknown color: approx Turtle Green. HEX triplet: 33, 42 and 0D. RGB value is (51,66,13). Sum of RGB (Red+Green+Blue) = 51+66+13=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #33420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33420D is #CCBDF2. Grayscale: #373737. Windows color (decimal): -13417971 or 868915. OLE color: 868915.

HSL color Cylindrical-coordinate representation of color #33420D: hue angle of 76.98º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33420D is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB516613-
CMYK0.2300.800.74
HSL76.98º67.09%15.49%-
HSV(B)76.98º80.3%25.88%-
XYZ3.394.631.1-
YUV55.47104.03124.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.23%
GREEN value IS 66 (26.17% from 255) = 50.77%
BLUE value IS 13 (5.47% from 255) = 10%
R=39.23%
G=50.77%
B=10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166130.2300.800.7476.9867.0915.49
Hex3342D170504A4d43f
Octal631021527012011211510317
Binary1100111000010110110111010100001001010100110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33420D; }

 p { color: rgb(51,66,13); }

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

<style>
 a { background-color: #33420D; }

 a { background-color: rgb(51,66,13); }

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

<style>
 span { border-color: #33420D; }

 span { border-color: rgb(51,66,13); }

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