Html Css Color HEX #267D59 Salem

📋 copy color: '#267D59'

red 38 ◦ green 125 ◦ blue 89

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

Shades of Salem #267D59

Tints of Salem #267D59

RGB

 RED value IS 38 (15.23% from 255) = 15.08%

 GREEN value IS 125 (49.22% from 255) = 49.6%

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 15.08%
G = 49.6%
B = 35.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#267D59 (or 0x267D59) is known color: Salem. HEX triplet: 26, 7D and 59. RGB value is (38,125,89). Sum of RGB (Red+Green+Blue) = 38+125+89=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #267D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267D59 is #D982A6. Grayscale: #5E5E5E. Windows color (decimal): -14254759 or 5864742. OLE color: 5864742.

HSL color Cylindrical-coordinate representation of color #267D59: hue angle of 155.17º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267D59 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 125 89 -
CMYK 0.70 0 0.29 0.51
HSL 155.17º 0.53% 0.32% -
HSV(B) 155.17º 0.7% 0.49% -
XYZ 9.94 15.8 11.98 -
YUV 94.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 38 125 89 0.70 0 0.29 0.51 155.17 0.53 0.32
Hex 26 7D 59 46 0 1D 33 9B 35 20
Octal 46 175 131 106 0 35 63 233 65 40
Binary 100110 1111101 1011001 1000110 0 11101 110011 10011011 110101 100000

Color Harmonies of #267D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267D59

Black with #267D59

Text Example


Text Example

White with #267D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267D59; }

 p { color: rgb(38,125,89); }

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

background-color css

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

 a { background-color: rgb(38,125,89); }

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

border-color css

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

 span { border-color: rgb(38,125,89); }

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