Html Css Color HEX #13B542 Dark Pastel Green

📋 copy color: '#13B542'

red 19 ◦ green 181 ◦ blue 66

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

Shades of Dark Pastel Green #13B542

Tints of Dark Pastel Green #13B542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.05%

 BLUE value IS 66 (26.17% from 255) = 24.81%

R = 7.14%
G = 68.05%
B = 24.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#13B542 (or 0x13B542) is known color: Dark Pastel Green. HEX triplet: 13, B5 and 42. RGB value is (19,181,66). Sum of RGB (Red+Green+Blue) = 19+181+66=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 181 (71.09% from 255 or 68.05% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 181 - color contains mainly: green. Hex color #13B542 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B542 is #EC4ABD. Grayscale: #777777. Windows color (decimal): -15485630 or 4371731. OLE color: 4371731.

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

Color convert

RGB 19 181 66 -
CMYK 0.90 0 0.64 0.29
HSL 137.41º 0.81% 0.39% -
HSV(B) 137.41º 0.9% 0.71% -
XYZ 17.78 33.58 10.7 -
YUV 119.45 97.83 56.35 -
System Red Green Blue C M Y K H S L
Decimal 19 181 66 0.90 0 0.64 0.29 137.41 0.81 0.39
Hex 13 B5 42 5A 0 40 1D 89 51 27
Octal 23 265 102 132 0 100 35 211 121 47
Binary 10011 10110101 1000010 1011010 0 1000000 11101 10001001 1010001 100111

Color Harmonies of #13B542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B542

Black with #13B542

Text Example


Text Example

White with #13B542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,181,66); }

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

background-color css

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

 a { background-color: rgb(19,181,66); }

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

border-color css

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

 span { border-color: rgb(19,181,66); }

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