Html Css Color HEX #334C2F Palm Leaf

📋 copy color: '#334C2F'

red 51 ◦ green 76 ◦ blue 47

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

Shades of Palm Leaf #334C2F

Tints of Palm Leaf #334C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.01%

R = 29.31%
G = 43.68%
B = 27.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#334C2F (or 0x334C2F) is known color: Palm Leaf. HEX triplet: 33, 4C and 2F. RGB value is (51,76,47). Sum of RGB (Red+Green+Blue) = 51+76+47=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 76 - color contains mainly: green. Hex color #334C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C2F is #CCB3D0. Grayscale: #414141. Windows color (decimal): -13415377 or 3099699. OLE color: 3099699.

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

Color convert

RGB 51 76 47 -
CMYK 0.33 0 0.38 0.70
HSL 111.72º 0.24% 0.24% -
HSV(B) 111.72º 0.38% 0.3% -
XYZ 4.46 6.08 3.63 -
YUV 65.22 117.72 117.86 -
System Red Green Blue C M Y K H S L
Decimal 51 76 47 0.33 0 0.38 0.70 111.72 0.24 0.24
Hex 33 4C 2F 21 0 26 46 70 18 18
Octal 63 114 57 41 0 46 106 160 30 30
Binary 110011 1001100 101111 100001 0 100110 1000110 1110000 11000 11000

Color Harmonies of #334C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C2F

Black with #334C2F

Text Example


Text Example

White with #334C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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