Html Css Color HEX #5A6A38 Dark Olive Green

📋 copy color: '#5A6A38'

red 90 ◦ green 106 ◦ blue 56

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

Shades of Dark Olive Green #5A6A38

Tints of Dark Olive Green #5A6A38

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.06%

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

R = 35.71%
G = 42.06%
B = 22.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#5A6A38 (or 0x5A6A38) is known color: Dark Olive Green. HEX triplet: 5A, 6A and 38. RGB value is (90,106,56). Sum of RGB (Red+Green+Blue) = 90+106+56=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6A38 is #A595C7. Grayscale: #5F5F5F. Windows color (decimal): -10851784 or 3697242. OLE color: 3697242.

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

Color convert

RGB 90 106 56 -
CMYK 0.15 0 0.47 0.58
HSL 79.2º 0.31% 0.32% -
HSV(B) 79.2º 0.47% 0.42% -
XYZ 10.08 12.77 5.67 -
YUV 95.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 90 106 56 0.15 0 0.47 0.58 79.2 0.31 0.32
Hex 5A 6A 38 F 0 2F 3A 4F 1F 20
Octal 132 152 70 17 0 57 72 117 37 40
Binary 1011010 1101010 111000 1111 0 101111 111010 1001111 11111 100000

Color Harmonies of #5A6A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6A38

Black with #5A6A38

Text Example


Text Example

White with #5A6A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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