Html Css Color HEX #038D61 Observatory

📋 copy color: '#038D61'

red 3 ◦ green 141 ◦ blue 97

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

Shades of Observatory #038D61

Tints of Observatory #038D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 1.24%
G = 58.51%
B = 40.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#038D61 (or 0x038D61) is known color: Observatory. HEX triplet: 03, 8D and 61. RGB value is (3,141,97). Sum of RGB (Red+Green+Blue) = 3+141+97=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #038D61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038D61 is #FC729E. Grayscale: #5E5E5E. Windows color (decimal): -16544415 or 6393091. OLE color: 6393091.

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

Color convert

RGB 3 141 97 -
CMYK 0.98 0 0.31 0.45
HSL 160.87º 0.96% 0.28% -
HSV(B) 160.87º 0.98% 0.55% -
XYZ 11.72 19.93 14.54 -
YUV 94.72 129.28 62.58 -
System Red Green Blue C M Y K H S L
Decimal 3 141 97 0.98 0 0.31 0.45 160.87 0.96 0.28
Hex 3 8D 61 62 0 1F 2D A1 60 1C
Octal 3 215 141 142 0 37 55 241 140 34
Binary 11 10001101 1100001 1100010 0 11111 101101 10100001 1100000 11100

Color Harmonies of #038D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D61

Black with #038D61

Text Example


Text Example

White with #038D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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