#038A60

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

Shades of Observatory #038A60

Tints of Observatory #038A60

Color information

#038A60 (or 0x038A60) is unknown color: approx Observatory. HEX triplet: 03, 8A and 60. RGB value is (3,138,96). Sum of RGB (Red+Green+Blue) = 3+138+96=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #038A60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A60 is #FC759F. Grayscale: #5C5C5C. Windows color (decimal): -16545184 or 6326787. OLE color: 6326787.

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

Color convert

RGB313896-
CMYK0.9800.300.46
HSL161.33º95.74%27.65%-
HSV(B)161.33º97.83%54.12%-
XYZ11.2419.0414.15-
YUV92.85129.7763.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 138 (54.30% from 255) = 58.23%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=1.27%
G=58.23%
B=40.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3138960.9800.300.46161.3395.7427.65
Hex38A606201E2Ea1601c
Octal32121401420365624114034
Binary11100010101100000110001001111010111010100001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,138,96); }

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

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

 a { background-color: rgb(3,138,96); }

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

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

 span { border-color: rgb(3,138,96); }

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