#36615B

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

Shades of Oracle #36615B

Tints of Oracle #36615B

Color information

#36615B (or 0x36615B) is unknown color: approx Oracle. HEX triplet: 36, 61 and 5B. RGB value is (54,97,91). Sum of RGB (Red+Green+Blue) = 54+97+91=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #36615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36615B is #C99EA4. Grayscale: #535353. Windows color (decimal): -13213349 or 5988662. OLE color: 5988662.

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

Color convert

RGB549791-
CMYK0.4400.060.62
HSL171.63º28.48%29.61%-
HSV(B)171.63º44.33%38.04%-
XYZ7.6810.0911.44-
YUV83.46132.25106.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=22.31%
G=40.08%
B=37.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497910.4400.060.62171.6328.4829.61
Hex36615B2C063Eac1c1e
Octal661411335406762543436
Binary110110110000110110111011000110111110101011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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