#0D774B

Color #0D774B Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #0D774B

Tints of Salem #0D774B

Color information

#0D774B (or 0x0D774B) is unknown color: approx Salem. HEX triplet: 0D, 77 and 4B. RGB value is (13,119,75). Sum of RGB (Red+Green+Blue) = 13+119+75=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #0D774B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D774B is #F288B4. Grayscale: #525252. Windows color (decimal): -15894709 or 4945677. OLE color: 4945677.

HSL color Cylindrical-coordinate representation of color #0D774B: hue angle of 155.09º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D774B is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1311975-
CMYK0.8900.370.53
HSL155.09º80.3%25.88%-
HSV(B)155.09º89.08%46.67%-
XYZ8.0313.798.89-
YUV82.29123.8878.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 119 (46.88% from 255) = 57.49%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=6.28%
G=57.49%
B=36.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13119750.8900.370.53155.0980.325.88
HexD774B59025359b501a
Octal151671131310456523312032
Binary1101111011110010111011001010010111010110011011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D774B; }

 p { color: rgb(13,119,75); }

 H1.HeaderClassName
 {
   color: #0D774B;
 }
 .AnyTagClassName
 {
   color: #0D774B;
 }
</style>
background-color css

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

 a { background-color: rgb(13,119,75); }

 div.DivClassName
 {
   background-color: #0D774B;
 }
 .BgClassName
 {
   background-color: #0D774B;
 }
</style>
border-color css

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

 span { border-color: rgb(13,119,75); }

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