Html Css Color HEX #03885F Observatory

📋 copy color: '#03885F'

red 3 ◦ green 136 ◦ blue 95

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

Shades of Observatory #03885F

Tints of Observatory #03885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 58.12%

 BLUE value IS 95 (37.5% from 255) = 40.6%

R = 1.28%
G = 58.12%
B = 40.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#03885F (or 0x03885F) is known color: Observatory. HEX triplet: 03, 88 and 5F. RGB value is (3,136,95). Sum of RGB (Red+Green+Blue) = 3+136+95=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #03885F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03885F is #FC77A0. Grayscale: #5B5B5B. Windows color (decimal): -16545697 or 6260739. OLE color: 6260739.

HSL color Cylindrical-coordinate representation of color #03885F: hue angle of 161.5º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03885F is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 136 95 -
CMYK 0.98 0 0.30 0.47
HSL 161.5º 0.96% 0.27% -
HSV(B) 161.5º 0.98% 0.53% -
XYZ 10.91 18.45 13.81 -
YUV 91.56 129.94 64.83 -
System Red Green Blue C M Y K H S L
Decimal 3 136 95 0.98 0 0.30 0.47 161.5 0.96 0.27
Hex 3 88 5F 62 0 1E 2F A2 60 1B
Octal 3 210 137 142 0 36 57 242 140 33
Binary 11 10001000 1011111 1100010 0 11110 101111 10100010 1100000 11011

Color Harmonies of #03885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03885F

Black with #03885F

Text Example


Text Example

White with #03885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03885F; }

 p { color: rgb(3,136,95); }

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

background-color css

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

 a { background-color: rgb(3,136,95); }

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

border-color css

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

 span { border-color: rgb(3,136,95); }

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