Html Css Color HEX #334C22 Palm Leaf

📋 copy color: '#334C22'

red 51 ◦ green 76 ◦ blue 34

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

Shades of Palm Leaf #334C22

Tints of Palm Leaf #334C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.2%

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

R = 31.68%
G = 47.2%
B = 21.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#334C22 (or 0x334C22) is known color: Palm Leaf. HEX triplet: 33, 4C and 22. RGB value is (51,76,34). Sum of RGB (Red+Green+Blue) = 51+76+34=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #334C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C22 is #CCB3DD. Grayscale: #3F3F3F. Windows color (decimal): -13415390 or 2247731. OLE color: 2247731.

HSL color Cylindrical-coordinate representation of color #334C22: hue angle of 95.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #334C22 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 76 34 -
CMYK 0.33 0 0.55 0.70
HSL 95.71º 0.38% 0.22% -
HSV(B) 95.71º 0.55% 0.3% -
XYZ 4.24 5.99 2.45 -
YUV 63.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 51 76 34 0.33 0 0.55 0.70 95.71 0.38 0.22
Hex 33 4C 22 21 0 37 46 60 26 16
Octal 63 114 42 41 0 67 106 140 46 26
Binary 110011 1001100 100010 100001 0 110111 1000110 1100000 100110 10110

Color Harmonies of #334C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C22

Black with #334C22

Text Example


Text Example

White with #334C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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