#3C625E

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

Shades of Oracle #3C625E

Tints of Oracle #3C625E

Color information

#3C625E (or 0x3C625E) is unknown color: approx Oracle. HEX triplet: 3C, 62 and 5E. RGB value is (60,98,94). Sum of RGB (Red+Green+Blue) = 60+98+94=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #3C625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C625E is #C39DA1. Grayscale: #565656. Windows color (decimal): -12819874 or 6185532. OLE color: 6185532.

HSL color Cylindrical-coordinate representation of color #3C625E: hue angle of 173.68º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C625E is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB609894-
CMYK0.3900.040.62
HSL173.68º24.05%30.98%-
HSV(B)173.68º38.78%38.43%-
XYZ8.2510.512.18-
YUV86.18132.41109.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.81%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=23.81%
G=38.89%
B=37.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6098940.3900.040.62173.6824.0530.98
Hex3C625E27043Eae181f
Octal741421364704762563037
Binary111100110001010111101001110100111110101011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C625E; }

 p { color: rgb(60,98,94); }

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

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

 a { background-color: rgb(60,98,94); }

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

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

 span { border-color: rgb(60,98,94); }

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