Html Css Color HEX #406360 Oracle

📋 copy color: '#406360'

red 64 ◦ green 99 ◦ blue 96

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

Shades of Oracle #406360

Tints of Oracle #406360

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 value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#406360 (or 0x406360) is known color: 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

RGB 64 99 96 -
CMYK 0.35 0 0.03 0.61
HSL 174.86º 0.21% 0.32% -
HSV(B) 174.86º 0.35% 0.39% -
XYZ 8.69 10.86 12.7 -
YUV 88.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 64 99 96 0.35 0 0.03 0.61 174.86 0.21 0.32
Hex 40 63 60 23 0 3 3D AF 15 20
Octal 100 143 140 43 0 3 75 257 25 40
Binary 1000000 1100011 1100000 100011 0 11 111101 10101111 10101 100000

Color Harmonies of #406360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406360

Black with #406360

Text Example


Text Example

White with #406360

Text Example


Text Example

HTML Codes & Css Web 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>