#38615C

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

Shades of Oracle #38615C

Tints of Oracle #38615C

Color information

#38615C (or 0x38615C) is unknown color: approx Oracle. HEX triplet: 38, 61 and 5C. RGB value is (56,97,92). Sum of RGB (Red+Green+Blue) = 56+97+92=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #38615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38615C is #C79EA3. Grayscale: #545454. Windows color (decimal): -13082276 or 6054200. OLE color: 6054200.

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

Color convert

RGB569792-
CMYK0.4200.050.62
HSL172.68º26.8%30%-
HSV(B)172.68º42.27%38.04%-
XYZ7.8410.1611.67-
YUV84.17132.42107.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=22.86%
G=39.59%
B=37.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697920.4200.050.62172.6826.830
Hex38615C2A053Ead1b1e
Octal701411345205762553336
Binary111000110000110111001010100101111110101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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