#38635E

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

Shades of Oracle #38635E

Tints of Oracle #38635E

Color information

#38635E (or 0x38635E) is unknown color: approx Oracle. HEX triplet: 38, 63 and 5E. RGB value is (56,99,94). Sum of RGB (Red+Green+Blue) = 56+99+94=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #38635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38635E is #C79CA1. Grayscale: #555555. Windows color (decimal): -13081762 or 6185784. OLE color: 6185784.

HSL color Cylindrical-coordinate representation of color #38635E: hue angle of 173.02º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38635E is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB569994-
CMYK0.4300.050.61
HSL173.02º27.74%30.39%-
HSV(B)173.02º43.43%38.82%-
XYZ8.1110.5712.2-
YUV85.57132.75106.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 94 (37.11% from 255) = 37.75%
R=22.49%
G=39.76%
B=37.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699940.4300.050.61173.0227.7430.39
Hex38635E2B053Dad1c1e
Octal701431365305752553436
Binary111000110001110111101010110101111101101011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38635E; }

 p { color: rgb(56,99,94); }

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

<style>
 a { background-color: #38635E; }

 a { background-color: rgb(56,99,94); }

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

<style>
 span { border-color: #38635E; }

 span { border-color: rgb(56,99,94); }

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