Html Css Color HEX #5C7430 Dark Olive Green

📋 copy color: '#5C7430'

red 92 ◦ green 116 ◦ blue 48

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

Shades of Dark Olive Green #5C7430

Tints of Dark Olive Green #5C7430

RGB

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

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

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

R = 35.94%
G = 45.31%
B = 18.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#5C7430 (or 0x5C7430) is known color: Dark Olive Green. HEX triplet: 5C, 74 and 30. RGB value is (92,116,48). Sum of RGB (Red+Green+Blue) = 92+116+48=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #5C7430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7430 is #A38BCF. Grayscale: #656565. Windows color (decimal): -10718160 or 3175516. OLE color: 3175516.

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

Color convert

RGB 92 116 48 -
CMYK 0.21 0 0.59 0.55
HSL 81.18º 0.41% 0.32% -
HSV(B) 81.18º 0.59% 0.45% -
XYZ 11.19 14.98 5.1 -
YUV 101.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 92 116 48 0.21 0 0.59 0.55 81.18 0.41 0.32
Hex 5C 74 30 15 0 3B 37 51 29 20
Octal 134 164 60 25 0 73 67 121 51 40
Binary 1011100 1110100 110000 10101 0 111011 110111 1010001 101001 100000

Color Harmonies of #5C7430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7430

Black with #5C7430

Text Example


Text Example

White with #5C7430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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