Html Css Color HEX #088E3F Salem

📋 copy color: '#088E3F'

red 8 ◦ green 142 ◦ blue 63

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

Shades of Salem #088E3F

Tints of Salem #088E3F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 66.67%

 BLUE value IS 63 (25% from 255) = 29.58%

R = 3.76%
G = 66.67%
B = 29.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#088E3F (or 0x088E3F) is known color: Salem. HEX triplet: 08, 8E and 3F. RGB value is (8,142,63). Sum of RGB (Red+Green+Blue) = 8+142+63=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 142 (55.86% from 255 or 66.67% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 142 - color contains mainly: green. Hex color #088E3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088E3F is #F771C0. Grayscale: #5D5D5D. Windows color (decimal): -16216513 or 4165128. OLE color: 4165128.

HSL color Cylindrical-coordinate representation of color #088E3F: hue angle of 144.63º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088E3F is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 142 63 -
CMYK 0.94 0 0.56 0.44
HSL 144.63º 0.89% 0.29% -
HSV(B) 144.63º 0.94% 0.56% -
XYZ 10.67 19.76 7.95 -
YUV 92.93 111.11 67.42 -
System Red Green Blue C M Y K H S L
Decimal 8 142 63 0.94 0 0.56 0.44 144.63 0.89 0.29
Hex 8 8E 3F 5E 0 38 2C 91 59 1D
Octal 10 216 77 136 0 70 54 221 131 35
Binary 1000 10001110 111111 1011110 0 111000 101100 10010001 1011001 11101

Color Harmonies of #088E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088E3F

Black with #088E3F

Text Example


Text Example

White with #088E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088E3F; }

 p { color: rgb(8,142,63); }

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

background-color css

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

 a { background-color: rgb(8,142,63); }

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

border-color css

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

 span { border-color: rgb(8,142,63); }

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