#38635F

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

Shades of Oracle #38635F

Tints of Oracle #38635F

Color information

#38635F (or 0x38635F) is unknown color: approx Oracle. HEX triplet: 38, 63 and 5F. RGB value is (56,99,95). Sum of RGB (Red+Green+Blue) = 56+99+95=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #38635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38635F is #C79CA0. Grayscale: #555555. Windows color (decimal): -13081761 or 6251320. OLE color: 6251320.

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

Color convert

RGB569995-
CMYK0.4300.040.61
HSL174.42º27.74%30.39%-
HSV(B)174.42º43.43%38.82%-
XYZ8.1610.5912.44-
YUV85.69133.25106.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 95 (37.5% from 255) = 38%
R=22.4%
G=39.6%
B=38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699950.4300.040.61174.4227.7430.39
Hex38635F2B043Dae1c1e
Octal701431375304752563436
Binary111000110001110111111010110100111101101011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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