Html Css Color HEX #3A5032 Palm Leaf

📋 copy color: '#3A5032'

red 58 ◦ green 80 ◦ blue 50

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

Shades of Palm Leaf #3A5032

Tints of Palm Leaf #3A5032

RGB

 RED value IS 58 (23.05% from 255) = 30.85%

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

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 30.85%
G = 42.55%
B = 26.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#3A5032 (or 0x3A5032) is known color: Palm Leaf. HEX triplet: 3A, 50 and 32. RGB value is (58,80,50). Sum of RGB (Red+Green+Blue) = 58+80+50=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5032 is #C5AFCD. Grayscale: #464646. Windows color (decimal): -12955598 or 3297338. OLE color: 3297338.

HSL color Cylindrical-coordinate representation of color #3A5032: hue angle of 104º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5032 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 80 50 -
CMYK 0.28 0 0.37 0.69
HSL 104º 0.23% 0.25% -
HSV(B) 104º 0.38% 0.31% -
XYZ 5.19 6.87 4.07 -
YUV 70 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 58 80 50 0.28 0 0.37 0.69 104 0.23 0.25
Hex 3A 50 32 1C 0 25 45 68 17 19
Octal 72 120 62 34 0 45 105 150 27 31
Binary 111010 1010000 110010 11100 0 100101 1000101 1101000 10111 11001

Color Harmonies of #3A5032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5032

Black with #3A5032

Text Example


Text Example

White with #3A5032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5032; }

 p { color: rgb(58,80,50); }

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

background-color css

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

 a { background-color: rgb(58,80,50); }

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

border-color css

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

 span { border-color: rgb(58,80,50); }

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