Html Css Color HEX #34581B Palm Leaf

📋 copy color: '#34581B'

red 52 ◦ green 88 ◦ blue 27

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

Shades of Palm Leaf #34581B

Tints of Palm Leaf #34581B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.69%

 BLUE value IS 27 (10.94% from 255) = 16.17%

R = 31.14%
G = 52.69%
B = 16.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#34581B (or 0x34581B) is known color: Palm Leaf. HEX triplet: 34, 58 and 1B. RGB value is (52,88,27). Sum of RGB (Red+Green+Blue) = 52+88+27=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #34581B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34581B is #CBA7E4. Grayscale: #464646. Windows color (decimal): -13346789 or 1792052. OLE color: 1792052.

HSL color Cylindrical-coordinate representation of color #34581B: hue angle of 95.41º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34581B is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 27 -
CMYK 0.41 0 0.69 0.65
HSL 95.41º 0.53% 0.23% -
HSV(B) 95.41º 0.69% 0.35% -
XYZ 5.1 7.79 2.27 -
YUV 70.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 52 88 27 0.41 0 0.69 0.65 95.41 0.53 0.23
Hex 34 58 1B 29 0 45 41 5F 35 17
Octal 64 130 33 51 0 105 101 137 65 27
Binary 110100 1011000 11011 101001 0 1000101 1000001 1011111 110101 10111

Color Harmonies of #34581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34581B

Black with #34581B

Text Example


Text Example

White with #34581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34581B; }

 p { color: rgb(52,88,27); }

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

background-color css

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

 a { background-color: rgb(52,88,27); }

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

border-color css

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

 span { border-color: rgb(52,88,27); }

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