Html Css Color HEX #039375 Observatory

📋 copy color: '#039375'

red 3 ◦ green 147 ◦ blue 117

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

Shades of Observatory #039375

Tints of Observatory #039375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.06%

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 1.12%
G = 55.06%
B = 43.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#039375 (or 0x039375) is known color: Observatory. HEX triplet: 03, 93 and 75. RGB value is (3,147,117). Sum of RGB (Red+Green+Blue) = 3+147+117=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #039375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039375 is #FC6C8A. Grayscale: #646464. Windows color (decimal): -16542859 or 7705347. OLE color: 7705347.

HSL color Cylindrical-coordinate representation of color #039375: hue angle of 167.5º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039375 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 147 117 -
CMYK 0.98 0 0.20 0.42
HSL 167.5º 0.96% 0.29% -
HSV(B) 167.5º 0.98% 0.58% -
XYZ 13.68 22.17 20.39 -
YUV 100.52 137.29 58.44 -
System Red Green Blue C M Y K H S L
Decimal 3 147 117 0.98 0 0.20 0.42 167.5 0.96 0.29
Hex 3 93 75 62 0 14 2A A8 60 1D
Octal 3 223 165 142 0 24 52 250 140 35
Binary 11 10010011 1110101 1100010 0 10100 101010 10101000 1100000 11101

Color Harmonies of #039375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039375

Black with #039375

Text Example


Text Example

White with #039375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039375; }

 p { color: rgb(3,147,117); }

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

background-color css

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

 a { background-color: rgb(3,147,117); }

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

border-color css

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

 span { border-color: rgb(3,147,117); }

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