#345655

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

Shades of Oracle #345655

Tints of Oracle #345655

Color information

#345655 (or 0x345655) is unknown color: approx Oracle. HEX triplet: 34, 56 and 55. RGB value is (52,86,85). Sum of RGB (Red+Green+Blue) = 52+86+85=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #345655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345655 is #CBA9AA. Grayscale: #4B4B4B. Windows color (decimal): -13347243 or 5592628. OLE color: 5592628.

HSL color Cylindrical-coordinate representation of color #345655: hue angle of 178.24º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345655 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB528685-
CMYK0.4000.010.66
HSL178.24º24.64%27.06%-
HSV(B)178.24º39.53%33.73%-
XYZ6.388.049.81-
YUV75.72133.24111.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=23.32%
G=38.57%
B=38.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286850.4000.010.66178.2424.6427.06
Hex345655280142b2191b
Octal6412612550011022623133
Binary11010010101101010101101000011000010101100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345655; }

 p { color: rgb(52,86,85); }

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

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

 a { background-color: rgb(52,86,85); }

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

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

 span { border-color: rgb(52,86,85); }

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