#038A61

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

Shades of Observatory #038A61

Tints of Observatory #038A61

Color information

#038A61 (or 0x038A61) is unknown color: approx Observatory. HEX triplet: 03, 8A and 61. RGB value is (3,138,97). Sum of RGB (Red+Green+Blue) = 3+138+97=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 138 (54.30% from 255 or 57.98% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 138 - color contains mainly: green. Hex color #038A61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A61 is #FC759E. Grayscale: #5C5C5C. Windows color (decimal): -16545183 or 6392323. OLE color: 6392323.

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

Color convert

RGB313897-
CMYK0.9800.300.46
HSL161.78º95.74%27.65%-
HSV(B)161.78º97.83%54.12%-
XYZ11.2819.0614.39-
YUV92.96130.2763.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 138 (54.30% from 255) = 57.98%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=1.26%
G=57.98%
B=40.76%

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
Decimal3138970.9800.300.46161.7895.7427.65
Hex38A616201E2Ea2601c
Octal32121411420365624214034
Binary11100010101100001110001001111010111010100010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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