#38615F

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

Shades of Oracle #38615F

Tints of Oracle #38615F

Color information

#38615F (or 0x38615F) is unknown color: approx Oracle. HEX triplet: 38, 61 and 5F. RGB value is (56,97,95). Sum of RGB (Red+Green+Blue) = 56+97+95=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #38615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38615F is #C79EA0. Grayscale: #545454. Windows color (decimal): -13082273 or 6250808. OLE color: 6250808.

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

Color convert

RGB569795-
CMYK0.4200.020.62
HSL177.07º26.8%30%-
HSV(B)177.07º42.27%38.04%-
XYZ7.9710.2212.38-
YUV84.51133.92107.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=22.58%
G=39.11%
B=38.31%

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
Decimal5697950.4200.020.62177.0726.830
Hex38615F2A023Eb11b1e
Octal701411375202762613336
Binary11100011000011011111101010010111110101100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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