Html Css Color HEX #13C326 Dark Pastel Green

📋 copy color: '#13C326'

red 19 ◦ green 195 ◦ blue 38

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

Shades of Dark Pastel Green #13C326

Tints of Dark Pastel Green #13C326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 77.38%

 BLUE value IS 38 (15.23% from 255) = 15.08%

R = 7.54%
G = 77.38%
B = 15.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#13C326 (or 0x13C326) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 26. RGB value is (19,195,38). Sum of RGB (Red+Green+Blue) = 19+195+38=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 195 (76.56% from 255 or 77.38% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 195 - color contains mainly: green. Hex color #13C326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C326 is #EC3CD9. Grayscale: #7C7C7C. Windows color (decimal): -15482074 or 2540307. OLE color: 2540307.

HSL color Cylindrical-coordinate representation of color #13C326: hue angle of 126.48º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C326 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 195 38 -
CMYK 0.90 0 0.81 0.24
HSL 126.48º 0.82% 0.42% -
HSV(B) 126.48º 0.9% 0.76% -
XYZ 20.13 39.31 8.36 -
YUV 124.48 79.19 52.77 -
System Red Green Blue C M Y K H S L
Decimal 19 195 38 0.90 0 0.81 0.24 126.48 0.82 0.42
Hex 13 C3 26 5A 0 51 18 7E 52 2A
Octal 23 303 46 132 0 121 30 176 122 52
Binary 10011 11000011 100110 1011010 0 1010001 11000 1111110 1010010 101010

Color Harmonies of #13C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C326

Black with #13C326

Text Example


Text Example

White with #13C326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,195,38); }

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

background-color css

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

 a { background-color: rgb(19,195,38); }

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

border-color css

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

 span { border-color: rgb(19,195,38); }

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