Html Css Color HEX #3A552D Palm Leaf

📋 copy color: '#3A552D'

red 58 ◦ green 85 ◦ blue 45

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

Shades of Palm Leaf #3A552D

Tints of Palm Leaf #3A552D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 30.85%
G = 45.21%
B = 23.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#3A552D (or 0x3A552D) is known color: Palm Leaf. HEX triplet: 3A, 55 and 2D. RGB value is (58,85,45). Sum of RGB (Red+Green+Blue) = 58+85+45=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #3A552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A552D is #C5AAD2. Grayscale: #484848. Windows color (decimal): -12954323 or 2970938. OLE color: 2970938.

HSL color Cylindrical-coordinate representation of color #3A552D: hue angle of 100.5º 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 #3A552D is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 85 45 -
CMYK 0.32 0 0.47 0.67
HSL 100.5º 0.31% 0.25% -
HSV(B) 100.5º 0.47% 0.33% -
XYZ 5.47 7.59 3.66 -
YUV 72.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 58 85 45 0.32 0 0.47 0.67 100.5 0.31 0.25
Hex 3A 55 2D 20 0 2F 43 64 1F 19
Octal 72 125 55 40 0 57 103 144 37 31
Binary 111010 1010101 101101 100000 0 101111 1000011 1100100 11111 11001

Color Harmonies of #3A552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A552D

Black with #3A552D

Text Example


Text Example

White with #3A552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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