Html Css Color HEX #344230 Palm Leaf

📋 copy color: '#344230'

red 52 ◦ green 66 ◦ blue 48

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

Shades of Palm Leaf #344230

Tints of Palm Leaf #344230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.76%

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

R = 31.33%
G = 39.76%
B = 28.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#344230 (or 0x344230) is known color: Palm Leaf. HEX triplet: 34, 42 and 30. RGB value is (52,66,48). Sum of RGB (Red+Green+Blue) = 52+66+48=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #344230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344230 is #CBBDCF. Grayscale: #3B3B3B. Windows color (decimal): -13352400 or 3162676. OLE color: 3162676.

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

Color convert

RGB 52 66 48 -
CMYK 0.21 0 0.27 0.74
HSL 106.67º 0.16% 0.22% -
HSV(B) 106.67º 0.27% 0.26% -
XYZ 3.9 4.84 3.53 -
YUV 59.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 52 66 48 0.21 0 0.27 0.74 106.67 0.16 0.22
Hex 34 42 30 15 0 1B 4A 6B 10 16
Octal 64 102 60 25 0 33 112 153 20 26
Binary 110100 1000010 110000 10101 0 11011 1001010 1101011 10000 10110

Color Harmonies of #344230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344230

Black with #344230

Text Example


Text Example

White with #344230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344230; }

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

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

background-color css

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

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

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

border-color css

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

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

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