Html Css Color HEX #334730 Palm Leaf

📋 copy color: '#334730'

red 51 ◦ green 71 ◦ blue 48

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

Shades of Palm Leaf #334730

Tints of Palm Leaf #334730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.76%

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

R = 30%
G = 41.76%
B = 28.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#334730 (or 0x334730) is known color: Palm Leaf. HEX triplet: 33, 47 and 30. RGB value is (51,71,48). Sum of RGB (Red+Green+Blue) = 51+71+48=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #334730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334730 is #CCB8CF. Grayscale: #3E3E3E. Windows color (decimal): -13416656 or 3163955. OLE color: 3163955.

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

Color convert

RGB 51 71 48 -
CMYK 0.28 0 0.32 0.72
HSL 112.17º 0.19% 0.23% -
HSV(B) 112.17º 0.32% 0.28% -
XYZ 4.15 5.42 3.62 -
YUV 62.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 51 71 48 0.28 0 0.32 0.72 112.17 0.19 0.23
Hex 33 47 30 1C 0 20 48 70 13 17
Octal 63 107 60 34 0 40 110 160 23 27
Binary 110011 1000111 110000 11100 0 100000 1001000 1110000 10011 10111

Color Harmonies of #334730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334730

Black with #334730

Text Example


Text Example

White with #334730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334730; }

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

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

background-color css

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

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

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

border-color css

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

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

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