Html Css Color HEX #05946C Observatory

📋 copy color: '#05946C'

red 5 ◦ green 148 ◦ blue 108

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

Shades of Observatory #05946C

Tints of Observatory #05946C

RGB

 RED value IS 5 (2.34% from 255) = 1.92%

 GREEN value IS 148 (58.2% from 255) = 56.7%

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 1.92%
G = 56.7%
B = 41.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#05946C (or 0x05946C) is known color: Observatory. HEX triplet: 05, 94 and 6C. RGB value is (5,148,108). Sum of RGB (Red+Green+Blue) = 5+148+108=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #05946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05946C is #FA6B93. Grayscale: #646464. Windows color (decimal): -16411540 or 7115781. OLE color: 7115781.

HSL color Cylindrical-coordinate representation of color #05946C: hue angle of 163.22º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05946C is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 148 108 -
CMYK 0.97 0 0.27 0.42
HSL 163.22º 0.93% 0.3% -
HSV(B) 163.22º 0.97% 0.58% -
XYZ 13.36 22.29 17.79 -
YUV 100.68 132.12 59.75 -
System Red Green Blue C M Y K H S L
Decimal 5 148 108 0.97 0 0.27 0.42 163.22 0.93 0.3
Hex 5 94 6C 61 0 1B 2A A3 5D 1E
Octal 5 224 154 141 0 33 52 243 135 36
Binary 101 10010100 1101100 1100001 0 11011 101010 10100011 1011101 11110

Color Harmonies of #05946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05946C

Black with #05946C

Text Example


Text Example

White with #05946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05946C; }

 p { color: rgb(5,148,108); }

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

background-color css

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

 a { background-color: rgb(5,148,108); }

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

border-color css

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

 span { border-color: rgb(5,148,108); }

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