#38605D

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

Shades of Oracle #38605D

Tints of Oracle #38605D

Color information

#38605D (or 0x38605D) is unknown color: approx Oracle. HEX triplet: 38, 60 and 5D. RGB value is (56,96,93). Sum of RGB (Red+Green+Blue) = 56+96+93=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #38605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38605D is #C79FA2. Grayscale: #535353. Windows color (decimal): -13082531 or 6119480. OLE color: 6119480.

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

Color convert

RGB569693-
CMYK0.4200.030.62
HSL175.5º26.32%29.8%-
HSV(B)175.5º41.67%37.65%-
XYZ7.791011.87-
YUV83.7133.25108.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=22.86%
G=39.18%
B=37.96%

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
Decimal5696930.4200.030.62175.526.3229.8
Hex38605D2A033Eb01a1e
Octal701401355203762603236
Binary11100011000001011101101010011111110101100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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