Html Css Color HEX #344033 Palm Leaf

📋 copy color: '#344033'

red 52 ◦ green 64 ◦ blue 51

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

Shades of Palm Leaf #344033

Tints of Palm Leaf #344033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.54%

R = 31.14%
G = 38.32%
B = 30.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#344033 (or 0x344033) is known color: Palm Leaf. HEX triplet: 34, 40 and 33. RGB value is (52,64,51). Sum of RGB (Red+Green+Blue) = 52+64+51=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #344033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344033 is #CBBFCC. Grayscale: #3A3A3A. Windows color (decimal): -13352909 or 3358772. OLE color: 3358772.

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

Color convert

RGB 52 64 51 -
CMYK 0.19 0 0.20 0.75
HSL 115.38º 0.11% 0.23% -
HSV(B) 115.38º 0.2% 0.25% -
XYZ 3.85 4.64 3.82 -
YUV 58.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 52 64 51 0.19 0 0.20 0.75 115.38 0.11 0.23
Hex 34 40 33 13 0 14 4B 73 B 17
Octal 64 100 63 23 0 24 113 163 13 27
Binary 110100 1000000 110011 10011 0 10100 1001011 1110011 1011 10111

Color Harmonies of #344033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344033

Black with #344033

Text Example


Text Example

White with #344033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344033; }

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

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

background-color css

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

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

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

border-color css

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

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

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