Html Css Color HEX #5C742A Dark Olive Green

📋 copy color: '#5C742A'

red 92 ◦ green 116 ◦ blue 42

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

Shades of Dark Olive Green #5C742A

Tints of Dark Olive Green #5C742A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.4%

 BLUE value IS 42 (16.8% from 255) = 16.8%

R = 36.8%
G = 46.4%
B = 16.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#5C742A (or 0x5C742A) is known color: Dark Olive Green. HEX triplet: 5C, 74 and 2A. RGB value is (92,116,42). Sum of RGB (Red+Green+Blue) = 92+116+42=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #5C742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C742A is #A38BD5. Grayscale: #646464. Windows color (decimal): -10718166 or 2782300. OLE color: 2782300.

HSL color Cylindrical-coordinate representation of color #5C742A: hue angle of 79.46º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C742A is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 116 42 -
CMYK 0.21 0 0.64 0.55
HSL 79.46º 0.47% 0.31% -
HSV(B) 79.46º 0.64% 0.45% -
XYZ 11.08 14.93 4.49 -
YUV 100.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 92 116 42 0.21 0 0.64 0.55 79.46 0.47 0.31
Hex 5C 74 2A 15 0 40 37 4F 2F 1F
Octal 134 164 52 25 0 100 67 117 57 37
Binary 1011100 1110100 101010 10101 0 1000000 110111 1001111 101111 11111

Color Harmonies of #5C742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C742A

Black with #5C742A

Text Example


Text Example

White with #5C742A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,116,42); }

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

background-color css

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

 a { background-color: rgb(92,116,42); }

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

border-color css

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

 span { border-color: rgb(92,116,42); }

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