Html Css Color HEX #416160 Oracle

📋 copy color: '#416160'

red 65 ◦ green 97 ◦ blue 96

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

Shades of Oracle #416160

Tints of Oracle #416160

RGB

 RED value IS 65 (25.78% from 255) = 25.19%

 GREEN value IS 97 (38.28% from 255) = 37.6%

 BLUE value IS 96 (37.89% from 255) = 37.21%

R = 25.19%
G = 37.6%
B = 37.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#416160 (or 0x416160) is known color: Oracle. HEX triplet: 41, 61 and 60. RGB value is (65,97,96). Sum of RGB (Red+Green+Blue) = 65+97+96=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #416160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416160 is #BE9E9F. Grayscale: #575757. Windows color (decimal): -12492448 or 6316353. OLE color: 6316353.

HSL color Cylindrical-coordinate representation of color #416160: hue angle of 178.12º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #416160 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 97 96 -
CMYK 0.33 0 0.01 0.62
HSL 178.13º 0.2% 0.32% -
HSV(B) 178.13º 0.33% 0.38% -
XYZ 8.57 10.52 12.64 -
YUV 87.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 65 97 96 0.33 0 0.01 0.62 178.13 0.2 0.32
Hex 41 61 60 21 0 1 3E B2 14 20
Octal 101 141 140 41 0 1 76 262 24 40
Binary 1000001 1100001 1100000 100001 0 1 111110 10110010 10100 100000

Color Harmonies of #416160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416160

Black with #416160

Text Example


Text Example

White with #416160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416160; }

 p { color: rgb(65,97,96); }

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

background-color css

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

 a { background-color: rgb(65,97,96); }

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

border-color css

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

 span { border-color: rgb(65,97,96); }

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