#355956

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

Shades of Oracle #355956

Tints of Oracle #355956

Color information

#355956 (or 0x355956) is unknown color: approx Oracle. HEX triplet: 35, 59 and 56. RGB value is (53,89,86). Sum of RGB (Red+Green+Blue) = 53+89+86=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #355956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355956 is #CAA6A9. Grayscale: #4D4D4D. Windows color (decimal): -13280938 or 5658933. OLE color: 5658933.

HSL color Cylindrical-coordinate representation of color #355956: hue angle of 175º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355956 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB538986-
CMYK0.4000.030.65
HSL175º25.35%27.84%-
HSV(B)175º40.45%34.9%-
XYZ6.728.5710.1-
YUV77.89132.57110.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=23.25%
G=39.04%
B=37.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389860.4000.030.6517525.3527.84
Hex355956280341af191c
Octal6513112650031012573134
Binary110101101100110101101010000111000001101011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355956; }

 p { color: rgb(53,89,86); }

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

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

 a { background-color: rgb(53,89,86); }

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

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

 span { border-color: rgb(53,89,86); }

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