#36615D

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

Shades of Oracle #36615D

Tints of Oracle #36615D

Color information

#36615D (or 0x36615D) is unknown color: approx Oracle. HEX triplet: 36, 61 and 5D. RGB value is (54,97,93). Sum of RGB (Red+Green+Blue) = 54+97+93=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #36615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36615D is #C99EA2. Grayscale: #535353. Windows color (decimal): -13213347 or 6119734. OLE color: 6119734.

HSL color Cylindrical-coordinate representation of color #36615D: hue angle of 174.42º 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 #36615D is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB549793-
CMYK0.4400.040.62
HSL174.42º28.48%29.61%-
HSV(B)174.42º44.33%38.04%-
XYZ7.7710.1211.9-
YUV83.69133.25106.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=22.13%
G=39.75%
B=38.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497930.4400.040.62174.4228.4829.61
Hex36615D2C043Eae1c1e
Octal661411355404762563436
Binary110110110000110111011011000100111110101011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36615D; }

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

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

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

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

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

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

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

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