Html Css Color HEX #04926A Observatory

📋 copy color: '#04926A'

red 4 ◦ green 146 ◦ blue 106

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

Shades of Observatory #04926A

Tints of Observatory #04926A

RGB

 RED value IS 4 (1.95% from 255) = 1.56%

 GREEN value IS 146 (57.42% from 255) = 57.03%

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 1.56%
G = 57.03%
B = 41.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#04926A (or 0x04926A) is known color: Observatory. HEX triplet: 04, 92 and 6A. RGB value is (4,146,106). Sum of RGB (Red+Green+Blue) = 4+146+106=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #04926A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04926A is #FB6D95. Grayscale: #636363. Windows color (decimal): -16477590 or 6984196. OLE color: 6984196.

HSL color Cylindrical-coordinate representation of color #04926A: hue angle of 163.1º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04926A is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 146 106 -
CMYK 0.97 0 0.27 0.43
HSL 163.1º 0.95% 0.29% -
HSV(B) 163.1º 0.97% 0.57% -
XYZ 12.93 21.62 17.13 -
YUV 98.98 131.96 60.25 -
System Red Green Blue C M Y K H S L
Decimal 4 146 106 0.97 0 0.27 0.43 163.1 0.95 0.29
Hex 4 92 6A 61 0 1B 2B A3 5F 1D
Octal 4 222 152 141 0 33 53 243 137 35
Binary 100 10010010 1101010 1100001 0 11011 101011 10100011 1011111 11101

Color Harmonies of #04926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04926A

Black with #04926A

Text Example


Text Example

White with #04926A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04926A; }

 p { color: rgb(4,146,106); }

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

background-color css

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

 a { background-color: rgb(4,146,106); }

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

border-color css

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

 span { border-color: rgb(4,146,106); }

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