Html Css Color HEX #088346 Salem

📋 copy color: '#088346'

red 8 ◦ green 131 ◦ blue 70

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

Shades of Salem #088346

Tints of Salem #088346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 62.68%

 BLUE value IS 70 (27.73% from 255) = 33.49%

R = 3.83%
G = 62.68%
B = 33.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#088346 (or 0x088346) is known color: Salem. HEX triplet: 08, 83 and 46. RGB value is (8,131,70). Sum of RGB (Red+Green+Blue) = 8+131+70=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #088346 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088346 is #F77CB9. Grayscale: #575757. Windows color (decimal): -16219322 or 4621064. OLE color: 4621064.

HSL color Cylindrical-coordinate representation of color #088346: hue angle of 150.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 #088346 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 131 70 -
CMYK 0.94 0 0.47 0.49
HSL 150.24º 0.88% 0.27% -
HSV(B) 150.24º 0.94% 0.51% -
XYZ 9.32 16.73 8.53 -
YUV 87.27 118.25 71.46 -
System Red Green Blue C M Y K H S L
Decimal 8 131 70 0.94 0 0.47 0.49 150.24 0.88 0.27
Hex 8 83 46 5E 0 2F 31 96 58 1B
Octal 10 203 106 136 0 57 61 226 130 33
Binary 1000 10000011 1000110 1011110 0 101111 110001 10010110 1011000 11011

Color Harmonies of #088346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088346

Black with #088346

Text Example


Text Example

White with #088346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088346; }

 p { color: rgb(8,131,70); }

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

background-color css

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

 a { background-color: rgb(8,131,70); }

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

border-color css

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

 span { border-color: rgb(8,131,70); }

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