Html Css Color HEX #088446 Salem

📋 copy color: '#088446'

red 8 ◦ green 132 ◦ blue 70

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

Shades of Salem #088446

Tints of Salem #088446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.86%

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

R = 3.81%
G = 62.86%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#088446 (or 0x088446) is known color: Salem. HEX triplet: 08, 84 and 46. RGB value is (8,132,70). Sum of RGB (Red+Green+Blue) = 8+132+70=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #088446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088446 is #F77BB9. Grayscale: #575757. Windows color (decimal): -16219066 or 4621320. OLE color: 4621320.

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

Color convert

RGB 8 132 70 -
CMYK 0.94 0 0.47 0.48
HSL 150º 0.89% 0.27% -
HSV(B) 150º 0.94% 0.52% -
XYZ 9.46 17 8.58 -
YUV 87.86 117.92 71.04 -
System Red Green Blue C M Y K H S L
Decimal 8 132 70 0.94 0 0.47 0.48 150 0.89 0.27
Hex 8 84 46 5E 0 2F 30 96 59 1B
Octal 10 204 106 136 0 57 60 226 131 33
Binary 1000 10000100 1000110 1011110 0 101111 110000 10010110 1011001 11011

Color Harmonies of #088446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088446

Black with #088446

Text Example


Text Example

White with #088446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088446; }

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

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

background-color css

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

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

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

border-color css

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

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

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