Html Css Color HEX #088B3A Salem

📋 copy color: '#088B3A'

red 8 ◦ green 139 ◦ blue 58

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

Shades of Salem #088B3A

Tints of Salem #088B3A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 67.8%

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 3.9%
G = 67.8%
B = 28.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#088B3A (or 0x088B3A) is known color: Salem. HEX triplet: 08, 8B and 3A. RGB value is (8,139,58). Sum of RGB (Red+Green+Blue) = 8+139+58=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 139 (54.69% from 255 or 67.80% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 139 - color contains mainly: green. Hex color #088B3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088B3A is #F774C5. Grayscale: #5A5A5A. Windows color (decimal): -16217286 or 3836680. OLE color: 3836680.

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

Color convert

RGB 8 139 58 -
CMYK 0.94 0 0.58 0.45
HSL 142.9º 0.89% 0.29% -
HSV(B) 142.9º 0.94% 0.55% -
XYZ 10.1 18.82 7.1 -
YUV 90.6 109.6 69.09 -
System Red Green Blue C M Y K H S L
Decimal 8 139 58 0.94 0 0.58 0.45 142.9 0.89 0.29
Hex 8 8B 3A 5E 0 3A 2D 8F 59 1D
Octal 10 213 72 136 0 72 55 217 131 35
Binary 1000 10001011 111010 1011110 0 111010 101101 10001111 1011001 11101

Color Harmonies of #088B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088B3A

Black with #088B3A

Text Example


Text Example

White with #088B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,139,58); }

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

background-color css

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

 a { background-color: rgb(8,139,58); }

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

border-color css

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

 span { border-color: rgb(8,139,58); }

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