#638230

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

Shades of Olive Drab #638230

Tints of Olive Drab #638230

Color information

#638230 (or 0x638230) is unknown color: approx Olive Drab. HEX triplet: 63, 82 and 30. RGB value is (99,130,48). Sum of RGB (Red+Green+Blue) = 99+130+48=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #638230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638230 is #9C7DCF. Grayscale: #6F6F6F. Windows color (decimal): -10255824 or 3179107. OLE color: 3179107.

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

Color convert

RGB9913048-
CMYK0.2400.630.49
HSL82.68º46.07%34.9%-
HSV(B)82.68º63.08%50.98%-
XYZ13.6618.835.71-
YUV111.3892.23119.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=35.74%
G=46.93%
B=17.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130480.2400.630.4982.6846.0734.9
Hex6382301803F31532e23
Octal1432026030077611235643
Binary1100011100000101100001100001111111100011010011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638230; }

 p { color: rgb(99,130,48); }

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

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

 a { background-color: rgb(99,130,48); }

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

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

 span { border-color: rgb(99,130,48); }

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