Html Css Color HEX #334F2A Palm Leaf

📋 copy color: '#334F2A'

red 51 ◦ green 79 ◦ blue 42

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

Shades of Palm Leaf #334F2A

Tints of Palm Leaf #334F2A

RGB

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

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

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

R = 29.65%
G = 45.93%
B = 24.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#334F2A (or 0x334F2A) is known color: Palm Leaf. HEX triplet: 33, 4F and 2A. RGB value is (51,79,42). Sum of RGB (Red+Green+Blue) = 51+79+42=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #334F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F2A is #CCB0D5. Grayscale: #424242. Windows color (decimal): -13414614 or 2772787. OLE color: 2772787.

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

Color convert

RGB 51 79 42 -
CMYK 0.35 0 0.47 0.69
HSL 105.41º 0.31% 0.24% -
HSV(B) 105.41º 0.47% 0.31% -
XYZ 4.58 6.46 3.2 -
YUV 66.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 51 79 42 0.35 0 0.47 0.69 105.41 0.31 0.24
Hex 33 4F 2A 23 0 2F 45 69 1F 18
Octal 63 117 52 43 0 57 105 151 37 30
Binary 110011 1001111 101010 100011 0 101111 1000101 1101001 11111 11000

Color Harmonies of #334F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F2A

Black with #334F2A

Text Example


Text Example

White with #334F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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