Html Css Color HEX #638425 Olive Drab

📋 copy color: '#638425'

red 99 ◦ green 132 ◦ blue 37

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

Shades of Olive Drab #638425

Tints of Olive Drab #638425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.81%

R = 36.94%
G = 49.25%
B = 13.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#638425 (or 0x638425) is known color: Olive Drab. HEX triplet: 63, 84 and 25. RGB value is (99,132,37). Sum of RGB (Red+Green+Blue) = 99+132+37=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #638425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638425 is #9C7BDA. Grayscale: #6F6F6F. Windows color (decimal): -10255323 or 2458723. OLE color: 2458723.

HSL color Cylindrical-coordinate representation of color #638425: hue angle of 80.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #638425 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 37 -
CMYK 0.25 0 0.72 0.48
HSL 80.84º 0.56% 0.33% -
HSV(B) 80.84º 0.72% 0.52% -
XYZ 13.73 19.29 4.75 -
YUV 111.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 99 132 37 0.25 0 0.72 0.48 80.84 0.56 0.33
Hex 63 84 25 19 0 48 30 51 38 21
Octal 143 204 45 31 0 110 60 121 70 41
Binary 1100011 10000100 100101 11001 0 1001000 110000 1010001 111000 100001

Color Harmonies of #638425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638425

Black with #638425

Text Example


Text Example

White with #638425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638425; }

 p { color: rgb(99,132,37); }

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

background-color css

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

 a { background-color: rgb(99,132,37); }

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

border-color css

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

 span { border-color: rgb(99,132,37); }

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