#038B64

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

Shades of Observatory #038B64

Tints of Observatory #038B64

Color information

#038B64 (or 0x038B64) is unknown color: approx Observatory. HEX triplet: 03, 8B and 64. RGB value is (3,139,100). Sum of RGB (Red+Green+Blue) = 3+139+100=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #038B64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038B64 is #FC749B. Grayscale: #5D5D5D. Windows color (decimal): -16544924 or 6589187. OLE color: 6589187.

HSL color Cylindrical-coordinate representation of color #038B64: hue angle of 162.79º 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 #038B64 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB3139100-
CMYK0.9800.280.45
HSL162.79º95.77%27.84%-
HSV(B)162.79º97.84%54.51%-
XYZ11.5719.415.19-
YUV93.89131.4463.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 139 (54.69% from 255) = 57.44%
BLUE value IS 100 (39.45% from 255) = 41.32%
R=1.24%
G=57.44%
B=41.32%

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
Decimal31391000.9800.280.45162.7995.7727.84
Hex38B646201C2Da3601c
Octal32131441420345524314034
Binary11100010111100100110001001110010110110100011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,139,100); }

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

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

 a { background-color: rgb(3,139,100); }

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

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

 span { border-color: rgb(3,139,100); }

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