Html Css Color HEX #345023 Palm Leaf

📋 copy color: '#345023'

red 52 ◦ green 80 ◦ blue 35

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

Shades of Palm Leaf #345023

Tints of Palm Leaf #345023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.9%

 BLUE value IS 35 (14.06% from 255) = 20.96%

R = 31.14%
G = 47.9%
B = 20.96%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#345023 (or 0x345023) is known color: Palm Leaf. HEX triplet: 34, 50 and 23. RGB value is (52,80,35). Sum of RGB (Red+Green+Blue) = 52+80+35=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #345023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345023 is #CBAFDC. Grayscale: #424242. Windows color (decimal): -13348829 or 2314292. OLE color: 2314292.

HSL color Cylindrical-coordinate representation of color #345023: hue angle of 97.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345023 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 35 -
CMYK 0.35 0 0.56 0.69
HSL 97.33º 0.39% 0.23% -
HSV(B) 97.33º 0.56% 0.31% -
XYZ 4.59 6.59 2.62 -
YUV 66.5 110.22 117.66 -
System Red Green Blue C M Y K H S L
Decimal 52 80 35 0.35 0 0.56 0.69 97.33 0.39 0.23
Hex 34 50 23 23 0 38 45 61 27 17
Octal 64 120 43 43 0 70 105 141 47 27
Binary 110100 1010000 100011 100011 0 111000 1000101 1100001 100111 10111

Color Harmonies of #345023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345023

Black with #345023

Text Example


Text Example

White with #345023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345023; }

 p { color: rgb(52,80,35); }

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

background-color css

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

 a { background-color: rgb(52,80,35); }

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

border-color css

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

 span { border-color: rgb(52,80,35); }

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