Html Css Color HEX #13C335 Dark Pastel Green

📋 copy color: '#13C335'

red 19 ◦ green 195 ◦ blue 53

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

Shades of Dark Pastel Green #13C335

Tints of Dark Pastel Green #13C335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.85%

R = 7.12%
G = 73.03%
B = 19.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#13C335 (or 0x13C335) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 35. RGB value is (19,195,53). Sum of RGB (Red+Green+Blue) = 19+195+53=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 195 (76.56% from 255 or 73.03% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 195 - color contains mainly: green. Hex color #13C335 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C335 is #EC3CCA. Grayscale: #7E7E7E. Windows color (decimal): -15482059 or 3523347. OLE color: 3523347.

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

Color convert

RGB 19 195 53 -
CMYK 0.90 0 0.73 0.24
HSL 131.59º 0.82% 0.42% -
HSV(B) 131.59º 0.9% 0.76% -
XYZ 20.43 39.43 9.9 -
YUV 126.19 86.69 51.55 -
System Red Green Blue C M Y K H S L
Decimal 19 195 53 0.90 0 0.73 0.24 131.59 0.82 0.42
Hex 13 C3 35 5A 0 49 18 84 52 2A
Octal 23 303 65 132 0 111 30 204 122 52
Binary 10011 11000011 110101 1011010 0 1001001 11000 10000100 1010010 101010

Color Harmonies of #13C335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C335

Black with #13C335

Text Example


Text Example

White with #13C335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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