Html Css Color HEX #3A502D Palm Leaf

📋 copy color: '#3A502D'

red 58 ◦ green 80 ◦ blue 45

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

Shades of Palm Leaf #3A502D

Tints of Palm Leaf #3A502D

RGB

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

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

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

R = 31.69%
G = 43.72%
B = 24.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#3A502D (or 0x3A502D) is known color: Palm Leaf. HEX triplet: 3A, 50 and 2D. RGB value is (58,80,45). Sum of RGB (Red+Green+Blue) = 58+80+45=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #3A502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A502D is #C5AFD2. Grayscale: #454545. Windows color (decimal): -12955603 or 2969658. OLE color: 2969658.

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

Color convert

RGB 58 80 45 -
CMYK 0.28 0 0.44 0.69
HSL 97.71º 0.28% 0.25% -
HSV(B) 97.71º 0.44% 0.31% -
XYZ 5.09 6.83 3.53 -
YUV 69.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 58 80 45 0.28 0 0.44 0.69 97.71 0.28 0.25
Hex 3A 50 2D 1C 0 2C 45 62 1C 19
Octal 72 120 55 34 0 54 105 142 34 31
Binary 111010 1010000 101101 11100 0 101100 1000101 1100010 11100 11001

Color Harmonies of #3A502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A502D

Black with #3A502D

Text Example


Text Example

White with #3A502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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