Html Css Color HEX #13B446 Dark Pastel Green

📋 copy color: '#13B446'

red 19 ◦ green 180 ◦ blue 70

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

Shades of Dark Pastel Green #13B446

Tints of Dark Pastel Green #13B446

RGB

 RED value IS 19 (7.81% from 255) = 7.06%

 GREEN value IS 180 (70.7% from 255) = 66.91%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 7.06%
G = 66.91%
B = 26.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#13B446 (or 0x13B446) is known color: Dark Pastel Green. HEX triplet: 13, B4 and 46. RGB value is (19,180,70). Sum of RGB (Red+Green+Blue) = 19+180+70=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 180 (70.70% from 255 or 66.91% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 180 - color contains mainly: green. Hex color #13B446 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B446 is #EC4BB9. Grayscale: #777777. Windows color (decimal): -15485882 or 4633619. OLE color: 4633619.

HSL color Cylindrical-coordinate representation of color #13B446: hue angle of 139.01º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B446 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 180 70 -
CMYK 0.89 0 0.61 0.29
HSL 139.01º 0.81% 0.39% -
HSV(B) 139.01º 0.89% 0.71% -
XYZ 17.7 33.22 11.27 -
YUV 119.32 100.16 56.44 -
System Red Green Blue C M Y K H S L
Decimal 19 180 70 0.89 0 0.61 0.29 139.01 0.81 0.39
Hex 13 B4 46 59 0 3D 1D 8B 51 27
Octal 23 264 106 131 0 75 35 213 121 47
Binary 10011 10110100 1000110 1011001 0 111101 11101 10001011 1010001 100111

Color Harmonies of #13B446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B446

Black with #13B446

Text Example


Text Example

White with #13B446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13B446; }

 p { color: rgb(19,180,70); }

 H1.HeaderClassName
 {
   color: #13B446;
 }
 .AnyTagClassName
 {
   color: #13B446;
 }
</style>

background-color css

<style>
 a { background-color: #13B446; }

 a { background-color: rgb(19,180,70); }

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

border-color css

<style>
 span { border-color: #13B446; }

 span { border-color: rgb(19,180,70); }

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