Html Css Color HEX #5C7C28 Dark Olive Green

📋 copy color: '#5C7C28'

red 92 ◦ green 124 ◦ blue 40

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

Shades of Dark Olive Green #5C7C28

Tints of Dark Olive Green #5C7C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.44%

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 35.94%
G = 48.44%
B = 15.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#5C7C28 (or 0x5C7C28) is known color: Dark Olive Green. HEX triplet: 5C, 7C and 28. RGB value is (92,124,40). Sum of RGB (Red+Green+Blue) = 92+124+40=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7C28 is #A383D7. Grayscale: #696969. Windows color (decimal): -10716120 or 2653276. OLE color: 2653276.

HSL color Cylindrical-coordinate representation of color #5C7C28: hue angle of 82.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C7C28 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 124 40 -
CMYK 0.26 0 0.68 0.51
HSL 82.86º 0.51% 0.32% -
HSV(B) 82.86º 0.68% 0.49% -
XYZ 12 16.84 4.63 -
YUV 104.86 91.4 118.83 -
System Red Green Blue C M Y K H S L
Decimal 92 124 40 0.26 0 0.68 0.51 82.86 0.51 0.32
Hex 5C 7C 28 1A 0 44 33 53 33 20
Octal 134 174 50 32 0 104 63 123 63 40
Binary 1011100 1111100 101000 11010 0 1000100 110011 1010011 110011 100000

Color Harmonies of #5C7C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7C28

Black with #5C7C28

Text Example


Text Example

White with #5C7C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,124,40); }

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

background-color css

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

 a { background-color: rgb(92,124,40); }

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

border-color css

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

 span { border-color: rgb(92,124,40); }

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