Html Css Color HEX #638028 Olive Drab

📋 copy color: '#638028'

red 99 ◦ green 128 ◦ blue 40

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

Shades of Olive Drab #638028

Tints of Olive Drab #638028

RGB

 RED value IS 99 (39.06% from 255) = 37.08%

 GREEN value IS 128 (50.39% from 255) = 47.94%

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

R = 37.08%
G = 47.94%
B = 14.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#638028 (or 0x638028) is known color: Olive Drab. HEX triplet: 63, 80 and 28. RGB value is (99,128,40). Sum of RGB (Red+Green+Blue) = 99+128+40=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #638028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638028 is #9C7FD7. Grayscale: #6D6D6D. Windows color (decimal): -10256344 or 2654307. OLE color: 2654307.

HSL color Cylindrical-coordinate representation of color #638028: hue angle of 79.77º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #638028 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 40 -
CMYK 0.23 0 0.69 0.50
HSL 79.77º 0.52% 0.33% -
HSV(B) 79.77º 0.69% 0.5% -
XYZ 13.25 18.24 4.83 -
YUV 109.3 88.89 120.66 -
System Red Green Blue C M Y K H S L
Decimal 99 128 40 0.23 0 0.69 0.50 79.77 0.52 0.33
Hex 63 80 28 17 0 45 32 50 34 21
Octal 143 200 50 27 0 105 62 120 64 41
Binary 1100011 10000000 101000 10111 0 1000101 110010 1010000 110100 100001

Color Harmonies of #638028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638028

Black with #638028

Text Example


Text Example

White with #638028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638028; }

 p { color: rgb(99,128,40); }

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

background-color css

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

 a { background-color: rgb(99,128,40); }

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

border-color css

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

 span { border-color: rgb(99,128,40); }

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