Html Css Color HEX #334825 Palm Leaf

📋 copy color: '#334825'

red 51 ◦ green 72 ◦ blue 37

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

Shades of Palm Leaf #334825

Tints of Palm Leaf #334825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45%

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

R = 31.88%
G = 45%
B = 23.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#334825 (or 0x334825) is known color: Palm Leaf. HEX triplet: 33, 48 and 25. RGB value is (51,72,37). Sum of RGB (Red+Green+Blue) = 51+72+37=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #334825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334825 is #CCB7DA. Grayscale: #3D3D3D. Windows color (decimal): -13416411 or 2443315. OLE color: 2443315.

HSL color Cylindrical-coordinate representation of color #334825: hue angle of 96º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #334825 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 72 37 -
CMYK 0.29 0 0.49 0.72
HSL 96º 0.32% 0.21% -
HSV(B) 96º 0.49% 0.28% -
XYZ 4.02 5.47 2.59 -
YUV 61.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 51 72 37 0.29 0 0.49 0.72 96 0.32 0.21
Hex 33 48 25 1D 0 31 48 60 20 15
Octal 63 110 45 35 0 61 110 140 40 25
Binary 110011 1001000 100101 11101 0 110001 1001000 1100000 100000 10101

Color Harmonies of #334825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334825

Black with #334825

Text Example


Text Example

White with #334825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334825; }

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

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

background-color css

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

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

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

border-color css

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

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

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