Html Css Color HEX #34531E Palm Leaf

📋 copy color: '#34531E'

red 52 ◦ green 83 ◦ blue 30

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

Shades of Palm Leaf #34531E

Tints of Palm Leaf #34531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.3%

 BLUE value IS 30 (12.11% from 255) = 18.18%

R = 31.52%
G = 50.3%
B = 18.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#34531E (or 0x34531E) is known color: Palm Leaf. HEX triplet: 34, 53 and 1E. RGB value is (52,83,30). Sum of RGB (Red+Green+Blue) = 52+83+30=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #34531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34531E is #CBACE1. Grayscale: #434343. Windows color (decimal): -13348066 or 1987380. OLE color: 1987380.

HSL color Cylindrical-coordinate representation of color #34531E: hue angle of 95.09º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34531E is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 83 30 -
CMYK 0.37 0 0.64 0.67
HSL 95.09º 0.47% 0.22% -
HSV(B) 95.09º 0.64% 0.33% -
XYZ 4.74 7.01 2.33 -
YUV 67.69 106.73 116.81 -
System Red Green Blue C M Y K H S L
Decimal 52 83 30 0.37 0 0.64 0.67 95.09 0.47 0.22
Hex 34 53 1E 25 0 40 43 5F 2F 16
Octal 64 123 36 45 0 100 103 137 57 26
Binary 110100 1010011 11110 100101 0 1000000 1000011 1011111 101111 10110

Color Harmonies of #34531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34531E

Black with #34531E

Text Example


Text Example

White with #34531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34531E; }

 p { color: rgb(52,83,30); }

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

background-color css

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

 a { background-color: rgb(52,83,30); }

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

border-color css

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

 span { border-color: rgb(52,83,30); }

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