Html Css Color HEX #25764C Salem

📋 copy color: '#25764C'

red 37 ◦ green 118 ◦ blue 76

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

Shades of Salem #25764C

Tints of Salem #25764C

RGB

 RED value IS 37 (14.84% from 255) = 16.02%

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

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 16.02%
G = 51.08%
B = 32.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#25764C (or 0x25764C) is known color: Salem. HEX triplet: 25, 76 and 4C. RGB value is (37,118,76). Sum of RGB (Red+Green+Blue) = 37+118+76=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #25764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25764C is #DA89B3. Grayscale: #595959. Windows color (decimal): -14322100 or 5010981. OLE color: 5010981.

HSL color Cylindrical-coordinate representation of color #25764C: hue angle of 148.89º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25764C is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 118 76 -
CMYK 0.69 0 0.36 0.54
HSL 148.89º 0.52% 0.3% -
HSV(B) 148.89º 0.69% 0.46% -
XYZ 8.55 13.87 9.06 -
YUV 88.99 120.66 90.92 -
System Red Green Blue C M Y K H S L
Decimal 37 118 76 0.69 0 0.36 0.54 148.89 0.52 0.3
Hex 25 76 4C 45 0 24 36 95 34 1E
Octal 45 166 114 105 0 44 66 225 64 36
Binary 100101 1110110 1001100 1000101 0 100100 110110 10010101 110100 11110

Color Harmonies of #25764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25764C

Black with #25764C

Text Example


Text Example

White with #25764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25764C; }

 p { color: rgb(37,118,76); }

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

background-color css

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

 a { background-color: rgb(37,118,76); }

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

border-color css

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

 span { border-color: rgb(37,118,76); }

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