Html Css Color HEX #038D6D Observatory

📋 copy color: '#038D6D'

red 3 ◦ green 141 ◦ blue 109

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

Shades of Observatory #038D6D

Tints of Observatory #038D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 1.19%
G = 55.73%
B = 43.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#038D6D (or 0x038D6D) is known color: Observatory. HEX triplet: 03, 8D and 6D. RGB value is (3,141,109). Sum of RGB (Red+Green+Blue) = 3+141+109=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 141 (55.47% from 255 or 55.73% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 141 - color contains mainly: green. Hex color #038D6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038D6D is #FC7292. Grayscale: #606060. Windows color (decimal): -16544403 or 7179523. OLE color: 7179523.

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

Color convert

RGB 3 141 109 -
CMYK 0.98 0 0.23 0.45
HSL 166.09º 0.96% 0.28% -
HSV(B) 166.09º 0.98% 0.55% -
XYZ 12.32 20.17 17.71 -
YUV 96.09 135.28 61.6 -
System Red Green Blue C M Y K H S L
Decimal 3 141 109 0.98 0 0.23 0.45 166.09 0.96 0.28
Hex 3 8D 6D 62 0 17 2D A6 60 1C
Octal 3 215 155 142 0 27 55 246 140 34
Binary 11 10001101 1101101 1100010 0 10111 101101 10100110 1100000 11100

Color Harmonies of #038D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038D6D

Black with #038D6D

Text Example


Text Example

White with #038D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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