Html Css Color HEX #3A532A Palm Leaf

📋 copy color: '#3A532A'

red 58 ◦ green 83 ◦ blue 42

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

Shades of Palm Leaf #3A532A

Tints of Palm Leaf #3A532A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.95%

R = 31.69%
G = 45.36%
B = 22.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#3A532A (or 0x3A532A) is known color: Palm Leaf. HEX triplet: 3A, 53 and 2A. RGB value is (58,83,42). Sum of RGB (Red+Green+Blue) = 58+83+42=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #3A532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A532A is #C5ACD5. Grayscale: #464646. Windows color (decimal): -12954838 or 2773818. OLE color: 2773818.

HSL color Cylindrical-coordinate representation of color #3A532A: hue angle of 96.59º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A532A is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 83 42 -
CMYK 0.30 0 0.49 0.67
HSL 96.59º 0.33% 0.25% -
HSV(B) 96.59º 0.49% 0.33% -
XYZ 5.26 7.25 3.31 -
YUV 70.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 58 83 42 0.30 0 0.49 0.67 96.59 0.33 0.25
Hex 3A 53 2A 1E 0 31 43 61 21 19
Octal 72 123 52 36 0 61 103 141 41 31
Binary 111010 1010011 101010 11110 0 110001 1000011 1100001 100001 11001

Color Harmonies of #3A532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A532A

Black with #3A532A

Text Example


Text Example

White with #3A532A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,83,42); }

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

background-color css

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

 a { background-color: rgb(58,83,42); }

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

border-color css

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

 span { border-color: rgb(58,83,42); }

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