Html Css Color HEX #334F21 Palm Leaf

📋 copy color: '#334F21'

red 51 ◦ green 79 ◦ blue 33

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

Shades of Palm Leaf #334F21

Tints of Palm Leaf #334F21

RGB

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

 GREEN value IS 79 (31.25% from 255) = 48.47%

 BLUE value IS 33 (13.28% from 255) = 20.25%

R = 31.29%
G = 48.47%
B = 20.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#334F21 (or 0x334F21) is known color: Palm Leaf. HEX triplet: 33, 4F and 21. RGB value is (51,79,33). Sum of RGB (Red+Green+Blue) = 51+79+33=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #334F21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F21 is #CCB0DE. Grayscale: #414141. Windows color (decimal): -13414623 or 2182963. OLE color: 2182963.

HSL color Cylindrical-coordinate representation of color #334F21: hue angle of 96.52º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #334F21 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 79 33 -
CMYK 0.35 0 0.58 0.69
HSL 96.52º 0.41% 0.22% -
HSV(B) 96.52º 0.58% 0.31% -
XYZ 4.44 6.41 2.44 -
YUV 65.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 51 79 33 0.35 0 0.58 0.69 96.52 0.41 0.22
Hex 33 4F 21 23 0 3A 45 61 29 16
Octal 63 117 41 43 0 72 105 141 51 26
Binary 110011 1001111 100001 100011 0 111010 1000101 1100001 101001 10110

Color Harmonies of #334F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F21

Black with #334F21

Text Example


Text Example

White with #334F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,79,33); }

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

background-color css

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

 a { background-color: rgb(51,79,33); }

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

border-color css

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

 span { border-color: rgb(51,79,33); }

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