#39625F

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

Shades of Oracle #39625F

Tints of Oracle #39625F

Color information

#39625F (or 0x39625F) is unknown color: approx Oracle. HEX triplet: 39, 62 and 5F. RGB value is (57,98,95). Sum of RGB (Red+Green+Blue) = 57+98+95=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #39625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39625F is #C69DA0. Grayscale: #555555. Windows color (decimal): -13016481 or 6251065. OLE color: 6251065.

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

Color convert

RGB579895-
CMYK0.4200.030.62
HSL175.61º26.45%30.39%-
HSV(B)175.61º41.84%38.43%-
XYZ8.1210.4312.41-
YUV85.4133.42107.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 95 (37.5% from 255) = 38%
R=22.8%
G=39.2%
B=38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798950.4200.030.62175.6126.4530.39
Hex39625F2A033Eb01a1e
Octal711421375203762603236
Binary11100111000101011111101010011111110101100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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