#35625F

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

Shades of Oracle #35625F

Tints of Oracle #35625F

Color information

#35625F (or 0x35625F) is unknown color: approx Oracle. HEX triplet: 35, 62 and 5F. RGB value is (53,98,95). Sum of RGB (Red+Green+Blue) = 53+98+95=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #35625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35625F is #CA9DA0. Grayscale: #545454. Windows color (decimal): -13278625 or 6251061. OLE color: 6251061.

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

Color convert

RGB539895-
CMYK0.4600.030.62
HSL176º29.8%29.61%-
HSV(B)176º45.92%38.43%-
XYZ7.910.3212.4-
YUV84.2134.09105.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=21.54%
G=39.84%
B=38.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398950.4600.030.6217629.829.61
Hex35625F2E033Eb01e1e
Octal651421375603762603636
Binary11010111000101011111101110011111110101100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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