#3D635F

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

Shades of Oracle #3D635F

Tints of Oracle #3D635F

Color information

#3D635F (or 0x3D635F) is unknown color: approx Oracle. HEX triplet: 3D, 63 and 5F. RGB value is (61,99,95). Sum of RGB (Red+Green+Blue) = 61+99+95=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #3D635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D635F is #C29CA0. Grayscale: #575757. Windows color (decimal): -12754081 or 6251325. OLE color: 6251325.

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

Color convert

RGB619995-
CMYK0.3800.040.61
HSL173.68º23.75%31.37%-
HSV(B)173.68º38.38%38.82%-
XYZ8.4510.7412.45-
YUV87.18132.41109.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=23.92%
G=38.82%
B=37.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6199950.3800.040.61173.6823.7531.37
Hex3D635F26043Dae181f
Octal751431374604752563037
Binary111101110001110111111001100100111101101011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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