Html Css Color HEX #638525 Olive Drab

📋 copy color: '#638525'

red 99 ◦ green 133 ◦ blue 37

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

Shades of Olive Drab #638525

Tints of Olive Drab #638525

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.44%

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

R = 36.8%
G = 49.44%
B = 13.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#638525 (or 0x638525) is known color: Olive Drab. HEX triplet: 63, 85 and 25. RGB value is (99,133,37). Sum of RGB (Red+Green+Blue) = 99+133+37=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #638525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638525 is #9C7ADA. Grayscale: #707070. Windows color (decimal): -10255067 or 2458979. OLE color: 2458979.

HSL color Cylindrical-coordinate representation of color #638525: hue angle of 81.25º 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 #638525 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 37 -
CMYK 0.26 0 0.72 0.48
HSL 81.25º 0.56% 0.33% -
HSV(B) 81.25º 0.72% 0.52% -
XYZ 13.87 19.56 4.8 -
YUV 111.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 99 133 37 0.26 0 0.72 0.48 81.25 0.56 0.33
Hex 63 85 25 1A 0 48 30 51 38 21
Octal 143 205 45 32 0 110 60 121 70 41
Binary 1100011 10000101 100101 11010 0 1001000 110000 1010001 111000 100001

Color Harmonies of #638525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638525

Black with #638525

Text Example


Text Example

White with #638525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638525; }

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

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

background-color css

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

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

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

border-color css

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

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

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