Html Css Color HEX #038761 Observatory

📋 copy color: '#038761'

red 3 ◦ green 135 ◦ blue 97

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

Shades of Observatory #038761

Tints of Observatory #038761

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.45%

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 1.28%
G = 57.45%
B = 41.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#038761 (or 0x038761) is known color: Observatory. HEX triplet: 03, 87 and 61. RGB value is (3,135,97). Sum of RGB (Red+Green+Blue) = 3+135+97=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #038761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038761 is #FC789E. Grayscale: #5B5B5B. Windows color (decimal): -16545951 or 6391555. OLE color: 6391555.

HSL color Cylindrical-coordinate representation of color #038761: hue angle of 162.73º 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 #038761 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 135 97 -
CMYK 0.98 0 0.28 0.47
HSL 162.73º 0.96% 0.27% -
HSV(B) 162.73º 0.98% 0.53% -
XYZ 10.86 18.21 14.25 -
YUV 91.2 131.27 65.09 -
System Red Green Blue C M Y K H S L
Decimal 3 135 97 0.98 0 0.28 0.47 162.73 0.96 0.27
Hex 3 87 61 62 0 1C 2F A3 60 1B
Octal 3 207 141 142 0 34 57 243 140 33
Binary 11 10000111 1100001 1100010 0 11100 101111 10100011 1100000 11011

Color Harmonies of #038761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038761

Black with #038761

Text Example


Text Example

White with #038761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038761; }

 p { color: rgb(3,135,97); }

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

background-color css

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

 a { background-color: rgb(3,135,97); }

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

border-color css

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

 span { border-color: rgb(3,135,97); }

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