Html Css Color HEX #334C2E Palm Leaf

📋 copy color: '#334C2E'

red 51 ◦ green 76 ◦ blue 46

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

Shades of Palm Leaf #334C2E

Tints of Palm Leaf #334C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.59%

R = 29.48%
G = 43.93%
B = 26.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#334C2E (or 0x334C2E) is known color: Palm Leaf. HEX triplet: 33, 4C and 2E. RGB value is (51,76,46). Sum of RGB (Red+Green+Blue) = 51+76+46=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #334C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C2E is #CCB3D1. Grayscale: #414141. Windows color (decimal): -13415378 or 3034163. OLE color: 3034163.

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

Color convert

RGB 51 76 46 -
CMYK 0.33 0 0.39 0.70
HSL 110º 0.25% 0.24% -
HSV(B) 110º 0.39% 0.3% -
XYZ 4.44 6.07 3.52 -
YUV 65.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 51 76 46 0.33 0 0.39 0.70 110 0.25 0.24
Hex 33 4C 2E 21 0 27 46 6E 19 18
Octal 63 114 56 41 0 47 106 156 31 30
Binary 110011 1001100 101110 100001 0 100111 1000110 1101110 11001 11000

Color Harmonies of #334C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C2E

Black with #334C2E

Text Example


Text Example

White with #334C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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