#36645F

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

Shades of Oracle #36645F

Tints of Oracle #36645F

Color information

#36645F (or 0x36645F) is unknown color: approx Oracle. HEX triplet: 36, 64 and 5F. RGB value is (54,100,95). Sum of RGB (Red+Green+Blue) = 54+100+95=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #36645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36645F is #C99BA0. Grayscale: #555555. Windows color (decimal): -13212577 or 6251574. OLE color: 6251574.

HSL color Cylindrical-coordinate representation of color #36645F: hue angle of 173.48º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36645F is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB5410095-
CMYK0.4600.050.61
HSL173.48º29.87%30.2%-
HSV(B)173.48º46%39.22%-
XYZ8.1410.7212.47-
YUV85.68133.26105.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=21.69%
G=40.16%
B=38.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54100950.4600.050.61173.4829.8730.2
Hex36645F2E053Dad1e1e
Octal661441375605752553636
Binary110110110010010111111011100101111101101011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36645F; }

 p { color: rgb(54,100,95); }

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

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

 a { background-color: rgb(54,100,95); }

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

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

 span { border-color: rgb(54,100,95); }

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