Html Css Color HEX #3A4638 Palm Leaf

📋 copy color: '#3A4638'

red 58 ◦ green 70 ◦ blue 56

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

Shades of Palm Leaf #3A4638

Tints of Palm Leaf #3A4638

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

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

R = 31.52%
G = 38.04%
B = 30.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#3A4638 (or 0x3A4638) is known color: Palm Leaf. HEX triplet: 3A, 46 and 38. RGB value is (58,70,56). Sum of RGB (Red+Green+Blue) = 58+70+56=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4638 is #C5B9C7. Grayscale: #404040. Windows color (decimal): -12958152 or 3687994. OLE color: 3687994.

HSL color Cylindrical-coordinate representation of color #3A4638: hue angle of 111.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3A4638 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 70 56 -
CMYK 0.17 0 0.20 0.73
HSL 111.43º 0.11% 0.25% -
HSV(B) 111.43º 0.2% 0.27% -
XYZ 4.65 5.57 4.57 -
YUV 64.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 58 70 56 0.17 0 0.20 0.73 111.43 0.11 0.25
Hex 3A 46 38 11 0 14 49 6F B 19
Octal 72 106 70 21 0 24 111 157 13 31
Binary 111010 1000110 111000 10001 0 10100 1001001 1101111 1011 11001

Color Harmonies of #3A4638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4638

Black with #3A4638

Text Example


Text Example

White with #3A4638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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