Html Css Color HEX #088548 Salem

📋 copy color: '#088548'

red 8 ◦ green 133 ◦ blue 72

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

Shades of Salem #088548

Tints of Salem #088548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 62.44%

 BLUE value IS 72 (28.52% from 255) = 33.8%

R = 3.76%
G = 62.44%
B = 33.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#088548 (or 0x088548) is known color: Salem. HEX triplet: 08, 85 and 48. RGB value is (8,133,72). Sum of RGB (Red+Green+Blue) = 8+133+72=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #088548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088548 is #F77AB7. Grayscale: #585858. Windows color (decimal): -16218808 or 4752648. OLE color: 4752648.

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

Color convert

RGB 8 133 72 -
CMYK 0.94 0 0.46 0.48
HSL 150.72º 0.89% 0.28% -
HSV(B) 150.72º 0.94% 0.52% -
XYZ 9.66 17.29 8.96 -
YUV 88.67 118.59 70.46 -
System Red Green Blue C M Y K H S L
Decimal 8 133 72 0.94 0 0.46 0.48 150.72 0.89 0.28
Hex 8 85 48 5E 0 2E 30 97 59 1C
Octal 10 205 110 136 0 56 60 227 131 34
Binary 1000 10000101 1001000 1011110 0 101110 110000 10010111 1011001 11100

Color Harmonies of #088548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088548

Black with #088548

Text Example


Text Example

White with #088548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088548; }

 p { color: rgb(8,133,72); }

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

background-color css

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

 a { background-color: rgb(8,133,72); }

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

border-color css

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

 span { border-color: rgb(8,133,72); }

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