Html Css Color HEX #13B641 Dark Pastel Green

📋 copy color: '#13B641'

red 19 ◦ green 182 ◦ blue 65

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

Shades of Dark Pastel Green #13B641

Tints of Dark Pastel Green #13B641

RGB

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

 GREEN value IS 182 (71.48% from 255) = 68.42%

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 7.14%
G = 68.42%
B = 24.44%

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

#13B641 (or 0x13B641) is known color: Dark Pastel Green. HEX triplet: 13, B6 and 41. RGB value is (19,182,65). Sum of RGB (Red+Green+Blue) = 19+182+65=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 182 (71.48% from 255 or 68.42% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 182 - color contains mainly: green. Hex color #13B641 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B641 is #EC49BE. Grayscale: #787878. Windows color (decimal): -15485375 or 4306451. OLE color: 4306451.

HSL color Cylindrical-coordinate representation of color #13B641: hue angle of 136.93º 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 #13B641 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 182 65 -
CMYK 0.90 0 0.64 0.29
HSL 136.93º 0.81% 0.39% -
HSV(B) 136.93º 0.9% 0.71% -
XYZ 17.95 33.98 10.61 -
YUV 119.93 97 56.01 -
System Red Green Blue C M Y K H S L
Decimal 19 182 65 0.90 0 0.64 0.29 136.93 0.81 0.39
Hex 13 B6 41 5A 0 40 1D 89 51 27
Octal 23 266 101 132 0 100 35 211 121 47
Binary 10011 10110110 1000001 1011010 0 1000000 11101 10001001 1010001 100111

Color Harmonies of #13B641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B641

Black with #13B641

Text Example


Text Example

White with #13B641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,182,65); }

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

background-color css

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

 a { background-color: rgb(19,182,65); }

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

border-color css

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

 span { border-color: rgb(19,182,65); }

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