Html Css Color HEX #5C9401 Olive Drab

📋 copy color: '#5C9401'

red 92 ◦ green 148 ◦ blue 1

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

Shades of Olive Drab #5C9401

Tints of Olive Drab #5C9401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.41%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 38.17%
G = 61.41%
B = 0.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#5C9401 (or 0x5C9401) is known color: Olive Drab. HEX triplet: 5C, 94 and 01. RGB value is (92,148,1). Sum of RGB (Red+Green+Blue) = 92+148+1=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #5C9401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C9401 is #A36BFE. Grayscale: #737373. Windows color (decimal): -10710015 or 103516. OLE color: 103516.

HSL color Cylindrical-coordinate representation of color #5C9401: hue angle of 82.86º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C9401 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 148 1 -
CMYK 0.38 0 0.99 0.42
HSL 82.86º 0.99% 0.29% -
HSV(B) 82.86º 0.99% 0.58% -
XYZ 15.01 23.46 3.77 -
YUV 114.5 63.95 111.95 -
System Red Green Blue C M Y K H S L
Decimal 92 148 1 0.38 0 0.99 0.42 82.86 0.99 0.29
Hex 5C 94 1 26 0 63 2A 53 63 1D
Octal 134 224 1 46 0 143 52 123 143 35
Binary 1011100 10010100 1 100110 0 1100011 101010 1010011 1100011 11101

Color Harmonies of #5C9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9401

Black with #5C9401

Text Example


Text Example

White with #5C9401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,148,1); }

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

background-color css

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

 a { background-color: rgb(92,148,1); }

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

border-color css

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

 span { border-color: rgb(92,148,1); }

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