#406360

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

Shades of Oracle #406360

Tints of Oracle #406360

Color information

#406360 (or 0x406360) is unknown color: approx Oracle. HEX triplet: 40, 63 and 60. RGB value is (64,99,96). Sum of RGB (Red+Green+Blue) = 64+99+96=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #406360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406360 is #BF9C9F. Grayscale: #585858. Windows color (decimal): -12557472 or 6316864. OLE color: 6316864.

HSL color Cylindrical-coordinate representation of color #406360: hue angle of 174.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406360 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB649996-
CMYK0.3500.030.61
HSL174.86º21.47%31.96%-
HSV(B)174.86º35.35%38.82%-
XYZ8.6910.8612.7-
YUV88.19132.4110.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=24.71%
G=38.22%
B=37.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6499960.3500.030.61174.8621.4731.96
Hex40636023033Daf1520
Octal1001431404303752572540
Binary1000000110001111000001000110111111011010111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406360; }

 p { color: rgb(64,99,96); }

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

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

 a { background-color: rgb(64,99,96); }

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

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

 span { border-color: rgb(64,99,96); }

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