#38615E

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

Shades of Oracle #38615E

Tints of Oracle #38615E

Color information

#38615E (or 0x38615E) is unknown color: approx Oracle. HEX triplet: 38, 61 and 5E. RGB value is (56,97,94). Sum of RGB (Red+Green+Blue) = 56+97+94=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #38615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38615E is #C79EA1. Grayscale: #545454. Windows color (decimal): -13082274 or 6185272. OLE color: 6185272.

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

Color convert

RGB569794-
CMYK0.4200.030.62
HSL175.61º26.8%30%-
HSV(B)175.61º42.27%38.04%-
XYZ7.9310.212.14-
YUV84.4133.42107.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=22.67%
G=39.27%
B=38.06%

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
Decimal5697940.4200.030.62175.6126.830
Hex38615E2A033Eb01b1e
Octal701411365203762603336
Binary11100011000011011110101010011111110101100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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