#356562

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

Shades of Oracle #356562

Tints of Oracle #356562

Color information

#356562 (or 0x356562) is unknown color: approx Oracle. HEX triplet: 35, 65 and 62. RGB value is (53,101,98). Sum of RGB (Red+Green+Blue) = 53+101+98=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #356562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356562 is #CA9A9D. Grayscale: #565656. Windows color (decimal): -13277854 or 6448437. OLE color: 6448437.

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

Color convert

RGB5310198-
CMYK0.4800.030.60
HSL176.25º31.17%30.2%-
HSV(B)176.25º47.52%39.61%-
XYZ8.3310.9513.23-
YUV86.31134.6104.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=21.03%
G=40.08%
B=38.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101980.4800.030.60176.2531.1730.2
Hex35656230033Cb01f1e
Octal651451426003742603736
Binary11010111001011100010110000011111100101100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356562; }

 p { color: rgb(53,101,98); }

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

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

 a { background-color: rgb(53,101,98); }

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

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

 span { border-color: rgb(53,101,98); }

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