Html Css Color HEX #09814B Salem

📋 copy color: '#09814B'

red 9 ◦ green 129 ◦ blue 75

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

Shades of Salem #09814B

Tints of Salem #09814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.56%

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 4.23%
G = 60.56%
B = 35.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#09814B (or 0x09814B) is known color: Salem. HEX triplet: 09, 81 and 4B. RGB value is (9,129,75). Sum of RGB (Red+Green+Blue) = 9+129+75=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #09814B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09814B is #F67EB4. Grayscale: #575757. Windows color (decimal): -16154293 or 4948233. OLE color: 4948233.

HSL color Cylindrical-coordinate representation of color #09814B: hue angle of 153º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09814B is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 129 75 -
CMYK 0.93 0 0.42 0.49
HSL 153º 0.87% 0.27% -
HSV(B) 153º 0.93% 0.51% -
XYZ 9.23 16.27 9.31 -
YUV 86.96 121.24 72.39 -
System Red Green Blue C M Y K H S L
Decimal 9 129 75 0.93 0 0.42 0.49 153 0.87 0.27
Hex 9 81 4B 5D 0 2A 31 99 57 1B
Octal 11 201 113 135 0 52 61 231 127 33
Binary 1001 10000001 1001011 1011101 0 101010 110001 10011001 1010111 11011

Color Harmonies of #09814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09814B

Black with #09814B

Text Example


Text Example

White with #09814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09814B; }

 p { color: rgb(9,129,75); }

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

background-color css

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

 a { background-color: rgb(9,129,75); }

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

border-color css

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

 span { border-color: rgb(9,129,75); }

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