Html Css Color HEX #038D63 Observatory

📋 copy color: '#038D63'

red 3 ◦ green 141 ◦ blue 99

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

Shades of Observatory #038D63

Tints of Observatory #038D63

RGB

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

 GREEN value IS 141 (55.47% from 255) = 58.02%

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

R = 1.23%
G = 58.02%
B = 40.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#038D63 (or 0x038D63) is known color: Observatory. HEX triplet: 03, 8D and 63. RGB value is (3,141,99). Sum of RGB (Red+Green+Blue) = 3+141+99=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 141 (55.47% from 255 or 58.02% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 141 - color contains mainly: green. Hex color #038D63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038D63 is #FC729C. Grayscale: #5E5E5E. Windows color (decimal): -16544413 or 6524163. OLE color: 6524163.

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

Color convert

RGB 3 141 99 -
CMYK 0.98 0 0.30 0.45
HSL 161.74º 0.96% 0.28% -
HSV(B) 161.74º 0.98% 0.55% -
XYZ 11.81 19.97 15.04 -
YUV 94.95 130.28 62.42 -
System Red Green Blue C M Y K H S L
Decimal 3 141 99 0.98 0 0.30 0.45 161.74 0.96 0.28
Hex 3 8D 63 62 0 1E 2D A2 60 1C
Octal 3 215 143 142 0 36 55 242 140 34
Binary 11 10001101 1100011 1100010 0 11110 101101 10100010 1100000 11100

Color Harmonies of #038D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D63

Black with #038D63

Text Example


Text Example

White with #038D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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