Html Css Color HEX #344030 Palm Leaf

📋 copy color: '#344030'

red 52 ◦ green 64 ◦ blue 48

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

Shades of Palm Leaf #344030

Tints of Palm Leaf #344030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.02%

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

R = 31.71%
G = 39.02%
B = 29.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#344030 (or 0x344030) is known color: Palm Leaf. HEX triplet: 34, 40 and 30. RGB value is (52,64,48). Sum of RGB (Red+Green+Blue) = 52+64+48=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #344030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344030 is #CBBFCF. Grayscale: #3A3A3A. Windows color (decimal): -13352912 or 3162164. OLE color: 3162164.

HSL color Cylindrical-coordinate representation of color #344030: hue angle of 105º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #344030 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 64 48 -
CMYK 0.19 0 0.25 0.75
HSL 105º 0.14% 0.22% -
HSV(B) 105º 0.25% 0.25% -
XYZ 3.78 4.61 3.49 -
YUV 58.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 52 64 48 0.19 0 0.25 0.75 105 0.14 0.22
Hex 34 40 30 13 0 19 4B 69 E 16
Octal 64 100 60 23 0 31 113 151 16 26
Binary 110100 1000000 110000 10011 0 11001 1001011 1101001 1110 10110

Color Harmonies of #344030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344030

Black with #344030

Text Example


Text Example

White with #344030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344030; }

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

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

background-color css

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

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

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

border-color css

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

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

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