#39635F

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

Shades of Oracle #39635F

Tints of Oracle #39635F

Color information

#39635F (or 0x39635F) is unknown color: approx Oracle. HEX triplet: 39, 63 and 5F. RGB value is (57,99,95). Sum of RGB (Red+Green+Blue) = 57+99+95=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #39635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39635F is #C69CA0. Grayscale: #555555. Windows color (decimal): -13016225 or 6251321. OLE color: 6251321.

HSL color Cylindrical-coordinate representation of color #39635F: hue angle of 174.29º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #39635F is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB579995-
CMYK0.4200.040.61
HSL174.29º26.92%30.59%-
HSV(B)174.29º42.42%38.82%-
XYZ8.2110.6212.44-
YUV85.99133.09107.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.71%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=22.71%
G=39.44%
B=37.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799950.4200.040.61174.2926.9230.59
Hex39635F2A043Dae1b1f
Octal711431375204752563337
Binary111001110001110111111010100100111101101011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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