Html Css Color HEX #638328 Olive Drab

📋 copy color: '#638328'

red 99 ◦ green 131 ◦ blue 40

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

Shades of Olive Drab #638328

Tints of Olive Drab #638328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.52%

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

R = 36.67%
G = 48.52%
B = 14.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#638328 (or 0x638328) is known color: Olive Drab. HEX triplet: 63, 83 and 28. RGB value is (99,131,40). Sum of RGB (Red+Green+Blue) = 99+131+40=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #638328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638328 is #9C7CD7. Grayscale: #6F6F6F. Windows color (decimal): -10255576 or 2655075. OLE color: 2655075.

HSL color Cylindrical-coordinate representation of color #638328: hue angle of 81.1º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #638328 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 131 40 -
CMYK 0.24 0 0.69 0.49
HSL 81.1º 0.53% 0.34% -
HSV(B) 81.1º 0.69% 0.51% -
XYZ 13.64 19.04 4.96 -
YUV 111.06 87.9 119.4 -
System Red Green Blue C M Y K H S L
Decimal 99 131 40 0.24 0 0.69 0.49 81.1 0.53 0.34
Hex 63 83 28 18 0 45 31 51 35 22
Octal 143 203 50 30 0 105 61 121 65 42
Binary 1100011 10000011 101000 11000 0 1000101 110001 1010001 110101 100010

Color Harmonies of #638328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638328

Black with #638328

Text Example


Text Example

White with #638328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638328; }

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

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

background-color css

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

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

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

border-color css

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

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

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