Html Css Color HEX #13A338 Dark Pastel Green

📋 copy color: '#13A338'

red 19 ◦ green 163 ◦ blue 56

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

Shades of Dark Pastel Green #13A338

Tints of Dark Pastel Green #13A338

RGB

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

 GREEN value IS 163 (64.06% from 255) = 68.49%

 BLUE value IS 56 (22.27% from 255) = 23.53%

R = 7.98%
G = 68.49%
B = 23.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#13A338 (or 0x13A338) is known color: Dark Pastel Green. HEX triplet: 13, A3 and 38. RGB value is (19,163,56). Sum of RGB (Red+Green+Blue) = 19+163+56=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 163 (64.06% from 255 or 68.49% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 163 - color contains mainly: green. Hex color #13A338 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A338 is #EC5CC7. Grayscale: #6C6C6C. Windows color (decimal): -15490248 or 3711763. OLE color: 3711763.

HSL color Cylindrical-coordinate representation of color #13A338: hue angle of 135.42º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A338 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 163 56 -
CMYK 0.88 0 0.66 0.36
HSL 135.42º 0.79% 0.36% -
HSV(B) 135.42º 0.88% 0.64% -
XYZ 14.08 26.62 8.14 -
YUV 107.75 98.79 64.7 -
System Red Green Blue C M Y K H S L
Decimal 19 163 56 0.88 0 0.66 0.36 135.42 0.79 0.36
Hex 13 A3 38 58 0 42 24 87 4F 24
Octal 23 243 70 130 0 102 44 207 117 44
Binary 10011 10100011 111000 1011000 0 1000010 100100 10000111 1001111 100100

Color Harmonies of #13A338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A338

Black with #13A338

Text Example


Text Example

White with #13A338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,163,56); }

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

background-color css

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

 a { background-color: rgb(19,163,56); }

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

border-color css

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

 span { border-color: rgb(19,163,56); }

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