Html Css Color HEX #088845 Salem

📋 copy color: '#088845'

red 8 ◦ green 136 ◦ blue 69

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

Shades of Salem #088845

Tints of Salem #088845

RGB

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

 GREEN value IS 136 (53.52% from 255) = 63.85%

 BLUE value IS 69 (27.34% from 255) = 32.39%

R = 3.76%
G = 63.85%
B = 32.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#088845 (or 0x088845) is known color: Salem. HEX triplet: 08, 88 and 45. RGB value is (8,136,69). Sum of RGB (Red+Green+Blue) = 8+136+69=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #088845 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088845 is #F777BA. Grayscale: #5A5A5A. Windows color (decimal): -16218043 or 4556808. OLE color: 4556808.

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

Color convert

RGB 8 136 69 -
CMYK 0.94 0 0.49 0.47
HSL 148.59º 0.89% 0.28% -
HSV(B) 148.59º 0.94% 0.53% -
XYZ 9.98 18.09 8.6 -
YUV 90.09 116.09 69.45 -
System Red Green Blue C M Y K H S L
Decimal 8 136 69 0.94 0 0.49 0.47 148.59 0.89 0.28
Hex 8 88 45 5E 0 31 2F 95 59 1C
Octal 10 210 105 136 0 61 57 225 131 34
Binary 1000 10001000 1000101 1011110 0 110001 101111 10010101 1011001 11100

Color Harmonies of #088845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088845

Black with #088845

Text Example


Text Example

White with #088845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088845; }

 p { color: rgb(8,136,69); }

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

background-color css

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

 a { background-color: rgb(8,136,69); }

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

border-color css

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

 span { border-color: rgb(8,136,69); }

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