Html Css Color HEX #33422A Palm Leaf

📋 copy color: '#33422A'

red 51 ◦ green 66 ◦ blue 42

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

Shades of Palm Leaf #33422A

Tints of Palm Leaf #33422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 32.08%
G = 41.51%
B = 26.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#33422A (or 0x33422A) is known color: Palm Leaf. HEX triplet: 33, 42 and 2A. RGB value is (51,66,42). Sum of RGB (Red+Green+Blue) = 51+66+42=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #33422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33422A is #CCBDD5. Grayscale: #3A3A3A. Windows color (decimal): -13417942 or 2769459. OLE color: 2769459.

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

Color convert

RGB 51 66 42 -
CMYK 0.23 0 0.36 0.74
HSL 97.5º 0.22% 0.21% -
HSV(B) 97.5º 0.36% 0.26% -
XYZ 3.73 4.77 2.91 -
YUV 58.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 51 66 42 0.23 0 0.36 0.74 97.5 0.22 0.21
Hex 33 42 2A 17 0 24 4A 62 16 15
Octal 63 102 52 27 0 44 112 142 26 25
Binary 110011 1000010 101010 10111 0 100100 1001010 1100010 10110 10101

Color Harmonies of #33422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33422A

Black with #33422A

Text Example


Text Example

White with #33422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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