#36625F

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

Shades of Oracle #36625F

Tints of Oracle #36625F

Color information

#36625F (or 0x36625F) is unknown color: approx Oracle. HEX triplet: 36, 62 and 5F. RGB value is (54,98,95). Sum of RGB (Red+Green+Blue) = 54+98+95=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #36625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36625F is #C99DA0. Grayscale: #545454. Windows color (decimal): -13213089 or 6251062. OLE color: 6251062.

HSL color Cylindrical-coordinate representation of color #36625F: hue angle of 175.91º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #36625F is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB549895-
CMYK0.4500.030.62
HSL175.91º28.95%29.8%-
HSV(B)175.91º44.9%38.43%-
XYZ7.9510.3512.4-
YUV84.5133.92106.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=21.86%
G=39.68%
B=38.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498950.4500.030.62175.9128.9529.8
Hex36625F2D033Eb01d1e
Octal661421375503762603536
Binary11011011000101011111101101011111110101100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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