Html Css Color HEX #366160 Oracle

📋 copy color: '#366160'

red 54 ◦ green 97 ◦ blue 96

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

Shades of Oracle #366160

Tints of Oracle #366160

RGB

 RED value IS 54 (21.48% from 255) = 21.86%

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

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

R = 21.86%
G = 39.27%
B = 38.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#366160 (or 0x366160) is known color: Oracle. HEX triplet: 36, 61 and 60. RGB value is (54,97,96). Sum of RGB (Red+Green+Blue) = 54+97+96=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #366160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366160 is #C99E9F. Grayscale: #535353. Windows color (decimal): -13213344 or 6316342. OLE color: 6316342.

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

Color convert

RGB 54 97 96 -
CMYK 0.44 0 0.01 0.62
HSL 178.6º 0.28% 0.3% -
HSV(B) 178.6º 0.44% 0.38% -
XYZ 7.91 10.18 12.61 -
YUV 84.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 54 97 96 0.44 0 0.01 0.62 178.6 0.28 0.3
Hex 36 61 60 2C 0 1 3E B3 1C 1E
Octal 66 141 140 54 0 1 76 263 34 36
Binary 110110 1100001 1100000 101100 0 1 111110 10110011 11100 11110

Color Harmonies of #366160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366160

Black with #366160

Text Example


Text Example

White with #366160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366160; }

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

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

background-color css

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

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

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

border-color css

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

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

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