#33421B

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

Shades of Turtle Green #33421B

Tints of Turtle Green #33421B

Color information

#33421B (or 0x33421B) is unknown color: approx Turtle Green. HEX triplet: 33, 42 and 1B. RGB value is (51,66,27). Sum of RGB (Red+Green+Blue) = 51+66+27=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #33421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33421B is #CCBDE4. Grayscale: #393939. Windows color (decimal): -13417957 or 1786419. OLE color: 1786419.

HSL color Cylindrical-coordinate representation of color #33421B: hue angle of 83.08º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33421B is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB516627-
CMYK0.2300.590.74
HSL83.08º41.94%18.24%-
HSV(B)83.08º59.09%25.88%-
XYZ3.514.681.76-
YUV57.07111.03123.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=35.42%
G=45.83%
B=18.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166270.2300.590.7483.0841.9418.24
Hex33421B1703B4A532a12
Octal6310233270731121235222
Binary1100111000010110111011101110111001010101001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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