Html Css Color HEX #28764D Salem

📋 copy color: '#28764D'

red 40 ◦ green 118 ◦ blue 77

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

Shades of Salem #28764D

Tints of Salem #28764D

RGB

 RED value IS 40 (16.02% from 255) = 17.02%

 GREEN value IS 118 (46.48% from 255) = 50.21%

 BLUE value IS 77 (30.47% from 255) = 32.77%

R = 17.02%
G = 50.21%
B = 32.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#28764D (or 0x28764D) is known color: Salem. HEX triplet: 28, 76 and 4D. RGB value is (40,118,77). Sum of RGB (Red+Green+Blue) = 40+118+77=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #28764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28764D is #D789B2. Grayscale: #5A5A5A. Windows color (decimal): -14125491 or 5076520. OLE color: 5076520.

HSL color Cylindrical-coordinate representation of color #28764D: hue angle of 148.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28764D is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 118 77 -
CMYK 0.66 0 0.35 0.54
HSL 148.46º 0.49% 0.31% -
HSV(B) 148.46º 0.66% 0.46% -
XYZ 8.69 13.94 9.25 -
YUV 90 120.66 92.33 -
System Red Green Blue C M Y K H S L
Decimal 40 118 77 0.66 0 0.35 0.54 148.46 0.49 0.31
Hex 28 76 4D 42 0 23 36 94 31 1F
Octal 50 166 115 102 0 43 66 224 61 37
Binary 101000 1110110 1001101 1000010 0 100011 110110 10010100 110001 11111

Color Harmonies of #28764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28764D

Black with #28764D

Text Example


Text Example

White with #28764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28764D; }

 p { color: rgb(40,118,77); }

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

background-color css

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

 a { background-color: rgb(40,118,77); }

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

border-color css

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

 span { border-color: rgb(40,118,77); }

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