Html Css Color HEX #13B334 Dark Pastel Green

📋 copy color: '#13B334'

red 19 ◦ green 179 ◦ blue 52

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

Shades of Dark Pastel Green #13B334

Tints of Dark Pastel Green #13B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 71.6%

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

R = 7.6%
G = 71.6%
B = 20.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#13B334 (or 0x13B334) is known color: Dark Pastel Green. HEX triplet: 13, B3 and 34. RGB value is (19,179,52). Sum of RGB (Red+Green+Blue) = 19+179+52=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 179 (70.31% from 255 or 71.6% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 179 - color contains mainly: green. Hex color #13B334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B334 is #EC4CCB. Grayscale: #757575. Windows color (decimal): -15486156 or 3453715. OLE color: 3453715.

HSL color Cylindrical-coordinate representation of color #13B334: hue angle of 132.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B334 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 179 52 -
CMYK 0.89 0 0.71 0.30
HSL 132.38º 0.81% 0.39% -
HSV(B) 132.38º 0.89% 0.7% -
XYZ 17.01 32.63 8.65 -
YUV 116.68 91.49 58.33 -
System Red Green Blue C M Y K H S L
Decimal 19 179 52 0.89 0 0.71 0.30 132.38 0.81 0.39
Hex 13 B3 34 59 0 47 1E 84 51 27
Octal 23 263 64 131 0 107 36 204 121 47
Binary 10011 10110011 110100 1011001 0 1000111 11110 10000100 1010001 100111

Color Harmonies of #13B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B334

Black with #13B334

Text Example


Text Example

White with #13B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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