#38615D

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

Shades of Oracle #38615D

Tints of Oracle #38615D

Color information

#38615D (or 0x38615D) is unknown color: approx Oracle. HEX triplet: 38, 61 and 5D. RGB value is (56,97,93). Sum of RGB (Red+Green+Blue) = 56+97+93=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #38615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38615D is #C79EA2. Grayscale: #545454. Windows color (decimal): -13082275 or 6119736. OLE color: 6119736.

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

Color convert

RGB569793-
CMYK0.4200.040.62
HSL174.15º26.8%30%-
HSV(B)174.15º42.27%38.04%-
XYZ7.8810.1811.91-
YUV84.28132.92107.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=22.76%
G=39.43%
B=37.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697930.4200.040.62174.1526.830
Hex38615D2A043Eae1b1e
Octal701411355204762563336
Binary111000110000110111011010100100111110101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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