Html Css Color HEX #638030 Olive Drab

📋 copy color: '#638030'

red 99 ◦ green 128 ◦ blue 48

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

Shades of Olive Drab #638030

Tints of Olive Drab #638030

RGB

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

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

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

R = 36%
G = 46.55%
B = 17.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#638030 (or 0x638030) is known color: Olive Drab. HEX triplet: 63, 80 and 30. RGB value is (99,128,48). Sum of RGB (Red+Green+Blue) = 99+128+48=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #638030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638030 is #9C7FCF. Grayscale: #6E6E6E. Windows color (decimal): -10256336 or 3178595. OLE color: 3178595.

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

Color convert

RGB 99 128 48 -
CMYK 0.23 0 0.62 0.50
HSL 81.75º 0.45% 0.35% -
HSV(B) 81.75º 0.63% 0.5% -
XYZ 13.4 18.3 5.62 -
YUV 110.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 99 128 48 0.23 0 0.62 0.50 81.75 0.45 0.35
Hex 63 80 30 17 0 3E 32 52 2D 23
Octal 143 200 60 27 0 76 62 122 55 43
Binary 1100011 10000000 110000 10111 0 111110 110010 1010010 101101 100011

Color Harmonies of #638030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638030

Black with #638030

Text Example


Text Example

White with #638030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638030; }

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

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

background-color css

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

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

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

border-color css

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

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

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