#638500

Color #638500 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #638500

Tints of Olive #638500

Color information

#638500 (or 0x638500) is unknown color: approx Olive. HEX triplet: 63, 85 and 00. RGB value is (99,133,0). Sum of RGB (Red+Green+Blue) = 99+133+0=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #638500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638500 is #9C7AFF. Grayscale: #6C6C6C. Windows color (decimal): -10255104 or 34147. OLE color: 34147.

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

Color convert

RGB991330-
CMYK0.26010.48
HSL75.34º100%26.08%-
HSV(B)75.34º100%52.16%-
XYZ13.5319.433.04-
YUV107.6767.24121.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 133 (52.34% from 255) = 57.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.67%
G=57.33%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9913300.26010.4875.3410026.08
Hex638501A064304b641a
Octal14320503201446011314432
Binary110001110000101011010011001001100001001011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638500; }

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

 H1.HeaderClassName
 {
   color: #638500;
 }
 .AnyTagClassName
 {
   color: #638500;
 }
</style>
background-color css

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

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

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

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

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

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