Html Css Color HEX #088147 Salem

📋 copy color: '#088147'

red 8 ◦ green 129 ◦ blue 71

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

Shades of Salem #088147

Tints of Salem #088147

RGB

 RED value IS 8 (3.52% from 255) = 3.85%

 GREEN value IS 129 (50.78% from 255) = 62.02%

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 3.85%
G = 62.02%
B = 34.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#088147 (or 0x088147) is known color: Salem. HEX triplet: 08, 81 and 47. RGB value is (8,129,71). Sum of RGB (Red+Green+Blue) = 8+129+71=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #088147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088147 is #F77EB8. Grayscale: #565656. Windows color (decimal): -16219833 or 4686088. OLE color: 4686088.

HSL color Cylindrical-coordinate representation of color #088147: hue angle of 151.24º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088147 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 129 71 -
CMYK 0.94 0 0.45 0.49
HSL 151.24º 0.88% 0.27% -
HSV(B) 151.24º 0.94% 0.51% -
XYZ 9.09 16.21 8.61 -
YUV 86.21 119.41 72.22 -
System Red Green Blue C M Y K H S L
Decimal 8 129 71 0.94 0 0.45 0.49 151.24 0.88 0.27
Hex 8 81 47 5E 0 2D 31 97 58 1B
Octal 10 201 107 136 0 55 61 227 130 33
Binary 1000 10000001 1000111 1011110 0 101101 110001 10010111 1011000 11011

Color Harmonies of #088147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088147

Black with #088147

Text Example


Text Example

White with #088147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088147; }

 p { color: rgb(8,129,71); }

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

background-color css

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

 a { background-color: rgb(8,129,71); }

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

border-color css

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

 span { border-color: rgb(8,129,71); }

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