Html Css Color HEX #344330 Palm Leaf

📋 copy color: '#344330'

red 52 ◦ green 67 ◦ blue 48

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

Shades of Palm Leaf #344330

Tints of Palm Leaf #344330

RGB

 RED value IS 52 (20.7% from 255) = 31.14%

 GREEN value IS 67 (26.56% from 255) = 40.12%

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

R = 31.14%
G = 40.12%
B = 28.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#344330 (or 0x344330) is known color: Palm Leaf. HEX triplet: 34, 43 and 30. RGB value is (52,67,48). Sum of RGB (Red+Green+Blue) = 52+67+48=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 67 - color contains mainly: green. Hex color #344330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344330 is #CBBCCF. Grayscale: #3C3C3C. Windows color (decimal): -13352144 or 3162932. OLE color: 3162932.

HSL color Cylindrical-coordinate representation of color #344330: hue angle of 107.37º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #344330 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 67 48 -
CMYK 0.22 0 0.28 0.74
HSL 107.37º 0.17% 0.23% -
HSV(B) 107.37º 0.28% 0.26% -
XYZ 3.96 4.96 3.54 -
YUV 60.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 52 67 48 0.22 0 0.28 0.74 107.37 0.17 0.23
Hex 34 43 30 16 0 1C 4A 6B 11 17
Octal 64 103 60 26 0 34 112 153 21 27
Binary 110100 1000011 110000 10110 0 11100 1001010 1101011 10001 10111

Color Harmonies of #344330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344330

Black with #344330

Text Example


Text Example

White with #344330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344330; }

 p { color: rgb(52,67,48); }

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

background-color css

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

 a { background-color: rgb(52,67,48); }

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

border-color css

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

 span { border-color: rgb(52,67,48); }

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