Html Css Color HEX #335422 Palm Leaf

📋 copy color: '#335422'

red 51 ◦ green 84 ◦ blue 34

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

Shades of Palm Leaf #335422

Tints of Palm Leaf #335422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.7%

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 30.18%
G = 49.7%
B = 20.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#335422 (or 0x335422) is known color: Palm Leaf. HEX triplet: 33, 54 and 22. RGB value is (51,84,34). Sum of RGB (Red+Green+Blue) = 51+84+34=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #335422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335422 is #CCABDD. Grayscale: #444444. Windows color (decimal): -13413342 or 2249779. OLE color: 2249779.

HSL color Cylindrical-coordinate representation of color #335422: hue angle of 99.6º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335422 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 84 34 -
CMYK 0.39 0 0.60 0.67
HSL 99.6º 0.42% 0.23% -
HSV(B) 99.6º 0.6% 0.33% -
XYZ 4.82 7.16 2.64 -
YUV 68.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 51 84 34 0.39 0 0.60 0.67 99.6 0.42 0.23
Hex 33 54 22 27 0 3C 43 64 2A 17
Octal 63 124 42 47 0 74 103 144 52 27
Binary 110011 1010100 100010 100111 0 111100 1000011 1100100 101010 10111

Color Harmonies of #335422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335422

Black with #335422

Text Example


Text Example

White with #335422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335422; }

 p { color: rgb(51,84,34); }

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

background-color css

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

 a { background-color: rgb(51,84,34); }

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

border-color css

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

 span { border-color: rgb(51,84,34); }

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