Html Css Color HEX #334E25 Palm Leaf

📋 copy color: '#334E25'

red 51 ◦ green 78 ◦ blue 37

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

Shades of Palm Leaf #334E25

Tints of Palm Leaf #334E25

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.99%

 BLUE value IS 37 (14.84% from 255) = 22.29%

R = 30.72%
G = 46.99%
B = 22.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#334E25 (or 0x334E25) is known color: Palm Leaf. HEX triplet: 33, 4E and 25. RGB value is (51,78,37). Sum of RGB (Red+Green+Blue) = 51+78+37=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #334E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E25 is #CCB1DA. Grayscale: #414141. Windows color (decimal): -13414875 or 2444851. OLE color: 2444851.

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

Color convert

RGB 51 78 37 -
CMYK 0.35 0 0.53 0.69
HSL 99.51º 0.36% 0.23% -
HSV(B) 99.51º 0.53% 0.31% -
XYZ 4.42 6.29 2.73 -
YUV 65.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 51 78 37 0.35 0 0.53 0.69 99.51 0.36 0.23
Hex 33 4E 25 23 0 35 45 64 24 17
Octal 63 116 45 43 0 65 105 144 44 27
Binary 110011 1001110 100101 100011 0 110101 1000101 1100100 100100 10111

Color Harmonies of #334E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E25

Black with #334E25

Text Example


Text Example

White with #334E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,78,37); }

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

background-color css

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

 a { background-color: rgb(51,78,37); }

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

border-color css

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

 span { border-color: rgb(51,78,37); }

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