Html Css Color HEX #334830 Palm Leaf

📋 copy color: '#334830'

red 51 ◦ green 72 ◦ blue 48

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

Shades of Palm Leaf #334830

Tints of Palm Leaf #334830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.07%

R = 29.82%
G = 42.11%
B = 28.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#334830 (or 0x334830) is known color: Palm Leaf. HEX triplet: 33, 48 and 30. RGB value is (51,72,48). Sum of RGB (Red+Green+Blue) = 51+72+48=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #334830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334830 is #CCB7CF. Grayscale: #3F3F3F. Windows color (decimal): -13416400 or 3164211. OLE color: 3164211.

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

Color convert

RGB 51 72 48 -
CMYK 0.29 0 0.33 0.72
HSL 112.5º 0.2% 0.24% -
HSV(B) 112.5º 0.33% 0.28% -
XYZ 4.22 5.55 3.65 -
YUV 62.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 51 72 48 0.29 0 0.33 0.72 112.5 0.2 0.24
Hex 33 48 30 1D 0 21 48 70 14 18
Octal 63 110 60 35 0 41 110 160 24 30
Binary 110011 1001000 110000 11101 0 100001 1001000 1110000 10100 11000

Color Harmonies of #334830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334830

Black with #334830

Text Example


Text Example

White with #334830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334830; }

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

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

background-color css

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

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

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

border-color css

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

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

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