Html Css Color HEX #048665 Observatory

📋 copy color: '#048665'

red 4 ◦ green 134 ◦ blue 101

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

Shades of Observatory #048665

Tints of Observatory #048665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.07%

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 1.67%
G = 56.07%
B = 42.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#048665 (or 0x048665) is known color: Observatory. HEX triplet: 04, 86 and 65. RGB value is (4,134,101). Sum of RGB (Red+Green+Blue) = 4+134+101=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #048665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048665 is #FB799A. Grayscale: #5B5B5B. Windows color (decimal): -16480667 or 6653444. OLE color: 6653444.

HSL color Cylindrical-coordinate representation of color #048665: hue angle of 164.77º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048665 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 134 101 -
CMYK 0.97 0 0.25 0.47
HSL 164.77º 0.94% 0.27% -
HSV(B) 164.77º 0.97% 0.53% -
XYZ 10.92 18.02 15.21 -
YUV 91.37 133.43 65.68 -
System Red Green Blue C M Y K H S L
Decimal 4 134 101 0.97 0 0.25 0.47 164.77 0.94 0.27
Hex 4 86 65 61 0 19 2F A5 5E 1B
Octal 4 206 145 141 0 31 57 245 136 33
Binary 100 10000110 1100101 1100001 0 11001 101111 10100101 1011110 11011

Color Harmonies of #048665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048665

Black with #048665

Text Example


Text Example

White with #048665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048665; }

 p { color: rgb(4,134,101); }

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

background-color css

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

 a { background-color: rgb(4,134,101); }

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

border-color css

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

 span { border-color: rgb(4,134,101); }

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