Html Css Color HEX #3A4538 Palm Leaf

📋 copy color: '#3A4538'

red 58 ◦ green 69 ◦ blue 56

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

Shades of Palm Leaf #3A4538

Tints of Palm Leaf #3A4538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 56 (22.27% from 255) = 30.6%

R = 31.69%
G = 37.7%
B = 30.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#3A4538 (or 0x3A4538) is known color: Palm Leaf. HEX triplet: 3A, 45 and 38. RGB value is (58,69,56). Sum of RGB (Red+Green+Blue) = 58+69+56=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4538 is #C5BAC7. Grayscale: #404040. Windows color (decimal): -12958408 or 3687738. OLE color: 3687738.

HSL color Cylindrical-coordinate representation of color #3A4538: hue angle of 110.77º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4538 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 69 56 -
CMYK 0.16 0 0.19 0.73
HSL 110.77º 0.1% 0.25% -
HSV(B) 110.77º 0.19% 0.27% -
XYZ 4.59 5.44 4.55 -
YUV 64.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 58 69 56 0.16 0 0.19 0.73 110.77 0.1 0.25
Hex 3A 45 38 10 0 13 49 6F A 19
Octal 72 105 70 20 0 23 111 157 12 31
Binary 111010 1000101 111000 10000 0 10011 1001001 1101111 1010 11001

Color Harmonies of #3A4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4538

Black with #3A4538

Text Example


Text Example

White with #3A4538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,69,56); }

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

background-color css

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

 a { background-color: rgb(58,69,56); }

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

border-color css

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

 span { border-color: rgb(58,69,56); }

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