Html Css Color HEX #088450 Salem

📋 copy color: '#088450'

red 8 ◦ green 132 ◦ blue 80

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

Shades of Salem #088450

Tints of Salem #088450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 3.64%
G = 60%
B = 36.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#088450 (or 0x088450) is known color: Salem. HEX triplet: 08, 84 and 50. RGB value is (8,132,80). Sum of RGB (Red+Green+Blue) = 8+132+80=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #088450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088450 is #F77BAF. Grayscale: #595959. Windows color (decimal): -16219056 or 5276680. OLE color: 5276680.

HSL color Cylindrical-coordinate representation of color #088450: hue angle of 154.84º 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 #088450 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 80 -
CMYK 0.94 0 0.39 0.48
HSL 154.84º 0.89% 0.27% -
HSV(B) 154.84º 0.94% 0.52% -
XYZ 9.8 17.13 10.38 -
YUV 89 122.92 70.23 -
System Red Green Blue C M Y K H S L
Decimal 8 132 80 0.94 0 0.39 0.48 154.84 0.89 0.27
Hex 8 84 50 5E 0 27 30 9B 59 1B
Octal 10 204 120 136 0 47 60 233 131 33
Binary 1000 10000100 1010000 1011110 0 100111 110000 10011011 1011001 11011

Color Harmonies of #088450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088450

Black with #088450

Text Example


Text Example

White with #088450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088450; }

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

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

background-color css

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

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

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

border-color css

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

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

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