Html Css Color HEX #0D754A Salem

📋 copy color: '#0D754A'

red 13 ◦ green 117 ◦ blue 74

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

Shades of Salem #0D754A

Tints of Salem #0D754A

RGB

 RED value IS 13 (5.47% from 255) = 6.37%

 GREEN value IS 117 (46.09% from 255) = 57.35%

 BLUE value IS 74 (29.3% from 255) = 36.27%

R = 6.37%
G = 57.35%
B = 36.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#0D754A (or 0x0D754A) is known color: Salem. HEX triplet: 0D, 75 and 4A. RGB value is (13,117,74). Sum of RGB (Red+Green+Blue) = 13+117+74=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #0D754A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D754A is #F28AB5. Grayscale: #515151. Windows color (decimal): -15895222 or 4879629. OLE color: 4879629.

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

Color convert

RGB 13 117 74 -
CMYK 0.89 0 0.37 0.54
HSL 155.19º 0.8% 0.25% -
HSV(B) 155.19º 0.89% 0.46% -
XYZ 7.76 13.3 8.64 -
YUV 81 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 13 117 74 0.89 0 0.37 0.54 155.19 0.8 0.25
Hex D 75 4A 59 0 25 36 9B 50 19
Octal 15 165 112 131 0 45 66 233 120 31
Binary 1101 1110101 1001010 1011001 0 100101 110110 10011011 1010000 11001

Color Harmonies of #0D754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D754A

Black with #0D754A

Text Example


Text Example

White with #0D754A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,117,74); }

 H1.HeaderClassName
 {
   color: #0D754A;
 }
 .AnyTagClassName
 {
   color: #0D754A;
 }
</style>

background-color css

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

 a { background-color: rgb(13,117,74); }

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

border-color css

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

 span { border-color: rgb(13,117,74); }

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