#13C622

Color #13C622 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #13C622

Tints of Dark Pastel Green #13C622

Color information

#13C622 (or 0x13C622) is unknown color: approx Dark Pastel Green. HEX triplet: 13, C6 and 22. RGB value is (19,198,34). Sum of RGB (Red+Green+Blue) = 19+198+34=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 198 (77.73% from 255 or 78.88% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 198 - color contains mainly: green. Hex color #13C622 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C622 is #EC39DD. Grayscale: #7E7E7E. Windows color (decimal): -15481310 or 2278931. OLE color: 2278931.

HSL color Cylindrical-coordinate representation of color #13C622: hue angle of 125.03º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C622 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB1919834-
CMYK0.9000.830.22
HSL125.03º82.49%42.55%-
HSV(B)125.03º90.4%77.65%-
XYZ20.7540.648.26-
YUV125.7876.251.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 198 (77.73% from 255) = 78.88%
BLUE value IS 34 (13.67% from 255) = 13.55%
R=7.57%
G=78.88%
B=13.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19198340.9000.830.22125.0382.4942.55
Hex13C6225A053167d522b
Octal233064213201232617512253
Binary10011110001101000101011010010100111011011111011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,198,34); }

 H1.HeaderClassName
 {
   color: #13C622;
 }
 .AnyTagClassName
 {
   color: #13C622;
 }
</style>
background-color css

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

 a { background-color: rgb(19,198,34); }

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

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

 span { border-color: rgb(19,198,34); }

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