#38645F

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

Shades of Oracle #38645F

Tints of Oracle #38645F

Color information

#38645F (or 0x38645F) is unknown color: approx Oracle. HEX triplet: 38, 64 and 5F. RGB value is (56,100,95). Sum of RGB (Red+Green+Blue) = 56+100+95=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #38645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38645F is #C79BA0. Grayscale: #565656. Windows color (decimal): -13081505 or 6251576. OLE color: 6251576.

HSL color Cylindrical-coordinate representation of color #38645F: hue angle of 173.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38645F is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB5610095-
CMYK0.4400.050.61
HSL173.18º28.21%30.59%-
HSV(B)173.18º44%39.22%-
XYZ8.2510.7812.47-
YUV86.27132.92106.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=22.31%
G=39.84%
B=37.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal56100950.4400.050.61173.1828.2130.59
Hex38645F2C053Dad1c1f
Octal701441375405752553437
Binary111000110010010111111011000101111101101011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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