Html Css Color HEX #366560 Oracle

📋 copy color: '#366560'

red 54 ◦ green 101 ◦ blue 96

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

Shades of Oracle #366560

Tints of Oracle #366560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

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

R = 21.51%
G = 40.24%
B = 38.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#366560 (or 0x366560) is known color: Oracle. HEX triplet: 36, 65 and 60. RGB value is (54,101,96). Sum of RGB (Red+Green+Blue) = 54+101+96=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #366560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366560 is #C99A9F. Grayscale: #565656. Windows color (decimal): -13212320 or 6317366. OLE color: 6317366.

HSL color Cylindrical-coordinate representation of color #366560: hue angle of 173.62º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366560 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 101 96 -
CMYK 0.47 0 0.05 0.60
HSL 173.62º 0.3% 0.3% -
HSV(B) 173.62º 0.47% 0.4% -
XYZ 8.29 10.94 12.74 -
YUV 86.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 54 101 96 0.47 0 0.05 0.60 173.62 0.3 0.3
Hex 36 65 60 2F 0 5 3C AE 1E 1E
Octal 66 145 140 57 0 5 74 256 36 36
Binary 110110 1100101 1100000 101111 0 101 111100 10101110 11110 11110

Color Harmonies of #366560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366560

Black with #366560

Text Example


Text Example

White with #366560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366560; }

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

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

background-color css

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

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

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

border-color css

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

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

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