Html Css Color HEX #3A532C Palm Leaf

📋 copy color: '#3A532C'

red 58 ◦ green 83 ◦ blue 44

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

Shades of Palm Leaf #3A532C

Tints of Palm Leaf #3A532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.78%

R = 31.35%
G = 44.86%
B = 23.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#3A532C (or 0x3A532C) is known color: Palm Leaf. HEX triplet: 3A, 53 and 2C. RGB value is (58,83,44). Sum of RGB (Red+Green+Blue) = 58+83+44=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #3A532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A532C is #C5ACD3. Grayscale: #474747. Windows color (decimal): -12954836 or 2904890. OLE color: 2904890.

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

Color convert

RGB 58 83 44 -
CMYK 0.30 0 0.47 0.67
HSL 98.46º 0.31% 0.25% -
HSV(B) 98.46º 0.47% 0.33% -
XYZ 5.29 7.27 3.51 -
YUV 71.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 58 83 44 0.30 0 0.47 0.67 98.46 0.31 0.25
Hex 3A 53 2C 1E 0 2F 43 62 1F 19
Octal 72 123 54 36 0 57 103 142 37 31
Binary 111010 1010011 101100 11110 0 101111 1000011 1100010 11111 11001

Color Harmonies of #3A532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A532C

Black with #3A532C

Text Example


Text Example

White with #3A532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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