Html Css Color HEX #5C7130 Dark Olive Green

📋 copy color: '#5C7130'

red 92 ◦ green 113 ◦ blue 48

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

Shades of Dark Olive Green #5C7130

Tints of Dark Olive Green #5C7130

RGB

 RED value IS 92 (36.33% from 255) = 36.36%

 GREEN value IS 113 (44.53% from 255) = 44.66%

 BLUE value IS 48 (19.14% from 255) = 18.97%

R = 36.36%
G = 44.66%
B = 18.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#5C7130 (or 0x5C7130) is known color: Dark Olive Green. HEX triplet: 5C, 71 and 30. RGB value is (92,113,48). Sum of RGB (Red+Green+Blue) = 92+113+48=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #5C7130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7130 is #A38ECF. Grayscale: #636363. Windows color (decimal): -10718928 or 3174748. OLE color: 3174748.

HSL color Cylindrical-coordinate representation of color #5C7130: hue angle of 79.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C7130 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 113 48 -
CMYK 0.19 0 0.58 0.56
HSL 79.38º 0.4% 0.32% -
HSV(B) 79.38º 0.58% 0.44% -
XYZ 10.85 14.3 4.98 -
YUV 99.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 92 113 48 0.19 0 0.58 0.56 79.38 0.4 0.32
Hex 5C 71 30 13 0 3A 38 4F 28 20
Octal 134 161 60 23 0 72 70 117 50 40
Binary 1011100 1110001 110000 10011 0 111010 111000 1001111 101000 100000

Color Harmonies of #5C7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7130

Black with #5C7130

Text Example


Text Example

White with #5C7130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,113,48); }

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

background-color css

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

 a { background-color: rgb(92,113,48); }

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

border-color css

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

 span { border-color: rgb(92,113,48); }

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