Html Css Color HEX #33422B Palm Leaf

📋 copy color: '#33422B'

red 51 ◦ green 66 ◦ blue 43

#33422B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #33422B

Tints of Palm Leaf #33422B

RGB

 RED value IS 51 (20.31% from 255) = 31.88%

 GREEN value IS 66 (26.17% from 255) = 41.25%

 BLUE value IS 43 (17.19% from 255) = 26.88%

R = 31.88%
G = 41.25%
B = 26.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#33422B (or 0x33422B) is known color: Palm Leaf. HEX triplet: 33, 42 and 2B. RGB value is (51,66,43). Sum of RGB (Red+Green+Blue) = 51+66+43=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #33422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33422B is #CCBDD4. Grayscale: #3A3A3A. Windows color (decimal): -13417941 or 2834995. OLE color: 2834995.

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

Color convert

RGB 51 66 43 -
CMYK 0.23 0 0.35 0.74
HSL 99.13º 0.21% 0.21% -
HSV(B) 99.13º 0.35% 0.26% -
XYZ 3.75 4.77 3.01 -
YUV 58.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 51 66 43 0.23 0 0.35 0.74 99.13 0.21 0.21
Hex 33 42 2B 17 0 23 4A 63 15 15
Octal 63 102 53 27 0 43 112 143 25 25
Binary 110011 1000010 101011 10111 0 100011 1001010 1100011 10101 10101

Color Harmonies of #33422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33422B

Black with #33422B

Text Example


Text Example

White with #33422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33422B;
 }
 .AnyTagClassName
 {
   color: #33422B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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