#33420A

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

Shades of Turtle Green #33420A

Tints of Turtle Green #33420A

Color information

#33420A (or 0x33420A) is unknown color: approx Turtle Green. HEX triplet: 33, 42 and 0A. RGB value is (51,66,10). Sum of RGB (Red+Green+Blue) = 51+66+10=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #33420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33420A is #CCBDF5. Grayscale: #373737. Windows color (decimal): -13417974 or 672307. OLE color: 672307.

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

Color convert

RGB516610-
CMYK0.2300.850.74
HSL76.07º73.68%14.9%-
HSV(B)76.07º84.85%25.88%-
XYZ3.374.621-
YUV55.13102.53125.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 66 (26.17% from 255) = 51.97%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=40.16%
G=51.97%
B=7.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166100.2300.850.7476.0773.6814.9
Hex3342A170554A4c4af
Octal631021227012511211411217
Binary1100111000010101010111010101011001010100110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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