#038D65

Color #038D65 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #038D65

Tints of Observatory #038D65

Color information

#038D65 (or 0x038D65) is unknown color: approx Observatory. HEX triplet: 03, 8D and 65. RGB value is (3,141,101). Sum of RGB (Red+Green+Blue) = 3+141+101=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #038D65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038D65 is #FC729A. Grayscale: #5F5F5F. Windows color (decimal): -16544411 or 6655235. OLE color: 6655235.

HSL color Cylindrical-coordinate representation of color #038D65: hue angle of 162.61º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D65 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB3141101-
CMYK0.9800.280.45
HSL162.61º95.83%28.24%-
HSV(B)162.61º97.87%55.29%-
XYZ11.9120.0115.55-
YUV95.18131.2862.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.22%
GREEN value IS 141 (55.47% from 255) = 57.55%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=1.22%
G=57.55%
B=41.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31411010.9800.280.45162.6195.8328.24
Hex38D656201C2Da3601c
Octal32151451420345524314034
Binary11100011011100101110001001110010110110100011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038D65; }

 p { color: rgb(3,141,101); }

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

<style>
 a { background-color: #038D65; }

 a { background-color: rgb(3,141,101); }

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

<style>
 span { border-color: #038D65; }

 span { border-color: rgb(3,141,101); }

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