#38605F

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

Shades of Oracle #38605F

Tints of Oracle #38605F

Color information

#38605F (or 0x38605F) is unknown color: approx Oracle. HEX triplet: 38, 60 and 5F. RGB value is (56,96,95). Sum of RGB (Red+Green+Blue) = 56+96+95=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #38605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38605F is #C79FA0. Grayscale: #535353. Windows color (decimal): -13082529 or 6250552. OLE color: 6250552.

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

Color convert

RGB569695-
CMYK0.4200.010.62
HSL178.5º26.32%29.8%-
HSV(B)178.5º41.67%37.65%-
XYZ7.8810.0312.35-
YUV83.93134.25108.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=22.67%
G=38.87%
B=38.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696950.4200.010.62178.526.3229.8
Hex38605F2A013Eb21a1e
Octal701401375201762623236
Binary1110001100000101111110101001111110101100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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