Html Css Color HEX #5A6C38 Dark Olive Green

📋 copy color: '#5A6C38'

red 90 ◦ green 108 ◦ blue 56

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

Shades of Dark Olive Green #5A6C38

Tints of Dark Olive Green #5A6C38

RGB

 RED value IS 90 (35.55% from 255) = 35.43%

 GREEN value IS 108 (42.58% from 255) = 42.52%

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

R = 35.43%
G = 42.52%
B = 22.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#5A6C38 (or 0x5A6C38) is known color: Dark Olive Green. HEX triplet: 5A, 6C and 38. RGB value is (90,108,56). Sum of RGB (Red+Green+Blue) = 90+108+56=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #5A6C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6C38 is #A593C7. Grayscale: #606060. Windows color (decimal): -10851272 or 3697754. OLE color: 3697754.

HSL color Cylindrical-coordinate representation of color #5A6C38: hue angle of 80.77º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A6C38 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 108 56 -
CMYK 0.17 0 0.48 0.58
HSL 80.77º 0.32% 0.32% -
HSV(B) 80.77º 0.48% 0.42% -
XYZ 10.29 13.18 5.74 -
YUV 96.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 90 108 56 0.17 0 0.48 0.58 80.77 0.32 0.32
Hex 5A 6C 38 11 0 30 3A 51 20 20
Octal 132 154 70 21 0 60 72 121 40 40
Binary 1011010 1101100 111000 10001 0 110000 111010 1010001 100000 100000

Color Harmonies of #5A6C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6C38

Black with #5A6C38

Text Example


Text Example

White with #5A6C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6C38; }

 p { color: rgb(90,108,56); }

 H1.HeaderClassName
 {
   color: #5A6C38;
 }
 .AnyTagClassName
 {
   color: #5A6C38;
 }
</style>

background-color css

<style>
 a { background-color: #5A6C38; }

 a { background-color: rgb(90,108,56); }

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

border-color css

<style>
 span { border-color: #5A6C38; }

 span { border-color: rgb(90,108,56); }

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