Html Css Color HEX #638523 Olive Drab

📋 copy color: '#638523'

red 99 ◦ green 133 ◦ blue 35

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

Shades of Olive Drab #638523

Tints of Olive Drab #638523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.11%

R = 37.08%
G = 49.81%
B = 13.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#638523 (or 0x638523) is known color: Olive Drab. HEX triplet: 63, 85 and 23. RGB value is (99,133,35). Sum of RGB (Red+Green+Blue) = 99+133+35=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #638523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638523 is #9C7ADC. Grayscale: #707070. Windows color (decimal): -10255069 or 2327907. OLE color: 2327907.

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

Color convert

RGB 99 133 35 -
CMYK 0.26 0 0.74 0.48
HSL 80.82º 0.58% 0.33% -
HSV(B) 80.82º 0.74% 0.52% -
XYZ 13.84 19.55 4.63 -
YUV 111.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 99 133 35 0.26 0 0.74 0.48 80.82 0.58 0.33
Hex 63 85 23 1A 0 4A 30 51 3A 21
Octal 143 205 43 32 0 112 60 121 72 41
Binary 1100011 10000101 100011 11010 0 1001010 110000 1010001 111010 100001

Color Harmonies of #638523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638523

Black with #638523

Text Example


Text Example

White with #638523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638523; }

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

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

background-color css

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

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

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

border-color css

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

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

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