Html Css Color HEX #038963 Observatory

📋 copy color: '#038963'

red 3 ◦ green 137 ◦ blue 99

#038963
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #038963

Tints of Observatory #038963

RGB

 RED value IS 3 (1.56% from 255) = 1.26%

 GREEN value IS 137 (53.91% from 255) = 57.32%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 1.26%
G = 57.32%
B = 41.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#038963 (or 0x038963) is known color: Observatory. HEX triplet: 03, 89 and 63. RGB value is (3,137,99). Sum of RGB (Red+Green+Blue) = 3+137+99=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #038963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038963 is #FC769C. Grayscale: #5C5C5C. Windows color (decimal): -16545437 or 6523139. OLE color: 6523139.

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

Color convert

RGB 3 137 99 -
CMYK 0.98 0 0.28 0.46
HSL 162.99º 0.96% 0.27% -
HSV(B) 162.99º 0.98% 0.54% -
XYZ 11.24 18.81 14.84 -
YUV 92.6 131.61 64.09 -
System Red Green Blue C M Y K H S L
Decimal 3 137 99 0.98 0 0.28 0.46 162.99 0.96 0.27
Hex 3 89 63 62 0 1C 2E A3 60 1B
Octal 3 211 143 142 0 34 56 243 140 33
Binary 11 10001001 1100011 1100010 0 11100 101110 10100011 1100000 11011

Color Harmonies of #038963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038963

Black with #038963

Text Example


Text Example

White with #038963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038963; }

 p { color: rgb(3,137,99); }

 H1.HeaderClassName
 {
   color: #038963;
 }
 .AnyTagClassName
 {
   color: #038963;
 }
</style>

background-color css

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

 a { background-color: rgb(3,137,99); }

 div.DivClassName
 {
   background-color: #038963;
 }
 .BgClassName
 {
   background-color: #038963;
 }
</style>

border-color css

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

 span { border-color: rgb(3,137,99); }

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