#33422F

Color #33422F Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #33422F

Tints of Palm Leaf #33422F

Color information

#33422F (or 0x33422F) is unknown color: approx Palm Leaf. HEX triplet: 33, 42 and 2F. RGB value is (51,66,47). Sum of RGB (Red+Green+Blue) = 51+66+47=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #33422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33422F is #CCBDD0. Grayscale: #3B3B3B. Windows color (decimal): -13417937 or 3097139. OLE color: 3097139.

HSL color Cylindrical-coordinate representation of color #33422F: hue angle of 107.37º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #33422F is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB516647-
CMYK0.2300.290.74
HSL107.37º16.81%22.16%-
HSV(B)107.37º28.79%25.88%-
XYZ3.834.813.42-
YUV59.35121.03122.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=31.10%
G=40.24%
B=28.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166470.2300.290.74107.3716.8122.16
Hex33422F1701D4A6b1116
Octal6310257270351121532126
Binary110011100001010111110111011101100101011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33422F; }

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

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

<style>
 a { background-color: #33422F; }

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

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

<style>
 span { border-color: #33422F; }

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

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