#38605E

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

Shades of Oracle #38605E

Tints of Oracle #38605E

Color information

#38605E (or 0x38605E) is unknown color: approx Oracle. HEX triplet: 38, 60 and 5E. RGB value is (56,96,94). Sum of RGB (Red+Green+Blue) = 56+96+94=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #38605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38605E is #C79FA1. Grayscale: #535353. Windows color (decimal): -13082530 or 6185016. OLE color: 6185016.

HSL color Cylindrical-coordinate representation of color #38605E: hue angle of 177º 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 #38605E is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB569694-
CMYK0.4200.020.62
HSL177º26.32%29.8%-
HSV(B)177º41.67%37.65%-
XYZ7.8310.0112.11-
YUV83.81133.75108.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=22.76%
G=39.02%
B=38.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696940.4200.020.6217726.3229.8
Hex38605E2A023Eb11a1e
Octal701401365202762613236
Binary11100011000001011110101010010111110101100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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