Html Css Color HEX #618428 Olive Drab

📋 copy color: '#618428'

red 97 ◦ green 132 ◦ blue 40

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

Shades of Olive Drab #618428

Tints of Olive Drab #618428

RGB

 RED value IS 97 (38.28% from 255) = 36.06%

 GREEN value IS 132 (51.95% from 255) = 49.07%

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

R = 36.06%
G = 49.07%
B = 14.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#618428 (or 0x618428) is known color: Olive Drab. HEX triplet: 61, 84 and 28. RGB value is (97,132,40). Sum of RGB (Red+Green+Blue) = 97+132+40=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #618428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618428 is #9E7BD7. Grayscale: #6F6F6F. Windows color (decimal): -10386392 or 2655329. OLE color: 2655329.

HSL color Cylindrical-coordinate representation of color #618428: hue angle of 82.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #618428 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 40 -
CMYK 0.27 0 0.70 0.48
HSL 82.83º 0.53% 0.34% -
HSV(B) 82.83º 0.7% 0.52% -
XYZ 13.56 19.2 5 -
YUV 111.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 97 132 40 0.27 0 0.70 0.48 82.83 0.53 0.34
Hex 61 84 28 1B 0 46 30 53 35 22
Octal 141 204 50 33 0 106 60 123 65 42
Binary 1100001 10000100 101000 11011 0 1000110 110000 1010011 110101 100010

Color Harmonies of #618428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618428

Black with #618428

Text Example


Text Example

White with #618428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618428; }

 p { color: rgb(97,132,40); }

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

background-color css

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

 a { background-color: rgb(97,132,40); }

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

border-color css

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

 span { border-color: rgb(97,132,40); }

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