Html Css Color HEX #13D534 Dark Pastel Green

📋 copy color: '#13D534'

red 19 ◦ green 213 ◦ blue 52

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

Shades of Dark Pastel Green #13D534

Tints of Dark Pastel Green #13D534

RGB

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

 GREEN value IS 213 (83.59% from 255) = 75%

 BLUE value IS 52 (20.7% from 255) = 18.31%

R = 6.69%
G = 75%
B = 18.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#13D534 (or 0x13D534) is known color: Dark Pastel Green. HEX triplet: 13, D5 and 34. RGB value is (19,213,52). Sum of RGB (Red+Green+Blue) = 19+213+52=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 213 (83.59% from 255 or 75% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 213 - color contains mainly: green. Hex color #13D534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D534 is #EC2ACB. Grayscale: #898989. Windows color (decimal): -15477452 or 3462419. OLE color: 3462419.

HSL color Cylindrical-coordinate representation of color #13D534: hue angle of 130.21º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D534 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 213 52 -
CMYK 0.91 0 0.76 0.16
HSL 130.21º 0.84% 0.45% -
HSV(B) 130.21º 0.91% 0.84% -
XYZ 24.68 47.97 11.21 -
YUV 136.64 80.23 44.09 -
System Red Green Blue C M Y K H S L
Decimal 19 213 52 0.91 0 0.76 0.16 130.21 0.84 0.45
Hex 13 D5 34 5B 0 4C 10 82 54 2D
Octal 23 325 64 133 0 114 20 202 124 55
Binary 10011 11010101 110100 1011011 0 1001100 10000 10000010 1010100 101101

Color Harmonies of #13D534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D534

Black with #13D534

Text Example


Text Example

White with #13D534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,213,52); }

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

background-color css

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

 a { background-color: rgb(19,213,52); }

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

border-color css

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

 span { border-color: rgb(19,213,52); }

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