Html Css Color HEX #098640 Salem

📋 copy color: '#098640'

red 9 ◦ green 134 ◦ blue 64

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

Shades of Salem #098640

Tints of Salem #098640

RGB

 RED value IS 9 (3.91% from 255) = 4.35%

 GREEN value IS 134 (52.73% from 255) = 64.73%

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 4.35%
G = 64.73%
B = 30.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#098640 (or 0x098640) is known color: Salem. HEX triplet: 09, 86 and 40. RGB value is (9,134,64). Sum of RGB (Red+Green+Blue) = 9+134+64=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #098640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098640 is #F679BF. Grayscale: #585858. Windows color (decimal): -16153024 or 4228617. OLE color: 4228617.

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

Color convert

RGB 9 134 64 -
CMYK 0.93 0 0.52 0.47
HSL 146.4º 0.87% 0.28% -
HSV(B) 146.4º 0.93% 0.53% -
XYZ 9.56 17.48 7.72 -
YUV 88.65 114.09 71.19 -
System Red Green Blue C M Y K H S L
Decimal 9 134 64 0.93 0 0.52 0.47 146.4 0.87 0.28
Hex 9 86 40 5D 0 34 2F 92 57 1C
Octal 11 206 100 135 0 64 57 222 127 34
Binary 1001 10000110 1000000 1011101 0 110100 101111 10010010 1010111 11100

Color Harmonies of #098640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098640

Black with #098640

Text Example


Text Example

White with #098640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098640; }

 p { color: rgb(9,134,64); }

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

background-color css

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

 a { background-color: rgb(9,134,64); }

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

border-color css

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

 span { border-color: rgb(9,134,64); }

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