Html Css Color HEX #3A552A Palm Leaf

📋 copy color: '#3A552A'

red 58 ◦ green 85 ◦ blue 42

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

Shades of Palm Leaf #3A552A

Tints of Palm Leaf #3A552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.95%

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

R = 31.35%
G = 45.95%
B = 22.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#3A552A (or 0x3A552A) is known color: Palm Leaf. HEX triplet: 3A, 55 and 2A. RGB value is (58,85,42). Sum of RGB (Red+Green+Blue) = 58+85+42=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #3A552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A552A is #C5AAD5. Grayscale: #484848. Windows color (decimal): -12954326 or 2774330. OLE color: 2774330.

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

Color convert

RGB 58 85 42 -
CMYK 0.32 0 0.51 0.67
HSL 97.67º 0.34% 0.25% -
HSV(B) 97.67º 0.51% 0.33% -
XYZ 5.41 7.56 3.37 -
YUV 72.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 58 85 42 0.32 0 0.51 0.67 97.67 0.34 0.25
Hex 3A 55 2A 20 0 33 43 62 22 19
Octal 72 125 52 40 0 63 103 142 42 31
Binary 111010 1010101 101010 100000 0 110011 1000011 1100010 100010 11001

Color Harmonies of #3A552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A552A

Black with #3A552A

Text Example


Text Example

White with #3A552A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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