Html Css Color HEX #088A3C Salem

📋 copy color: '#088A3C'

red 8 ◦ green 138 ◦ blue 60

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

Shades of Salem #088A3C

Tints of Salem #088A3C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 66.99%

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 3.88%
G = 66.99%
B = 29.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#088A3C (or 0x088A3C) is known color: Salem. HEX triplet: 08, 8A and 3C. RGB value is (8,138,60). Sum of RGB (Red+Green+Blue) = 8+138+60=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #088A3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088A3C is #F775C3. Grayscale: #5A5A5A. Windows color (decimal): -16217540 or 3967496. OLE color: 3967496.

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

Color convert

RGB 8 138 60 -
CMYK 0.94 0 0.57 0.46
HSL 144º 0.89% 0.29% -
HSV(B) 144º 0.94% 0.54% -
XYZ 10 18.55 7.33 -
YUV 90.24 110.93 69.34 -
System Red Green Blue C M Y K H S L
Decimal 8 138 60 0.94 0 0.57 0.46 144 0.89 0.29
Hex 8 8A 3C 5E 0 39 2E 90 59 1D
Octal 10 212 74 136 0 71 56 220 131 35
Binary 1000 10001010 111100 1011110 0 111001 101110 10010000 1011001 11101

Color Harmonies of #088A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088A3C

Black with #088A3C

Text Example


Text Example

White with #088A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,138,60); }

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

background-color css

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

 a { background-color: rgb(8,138,60); }

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

border-color css

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

 span { border-color: rgb(8,138,60); }

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