Html Css Color HEX #11A534 Dark Pastel Green

📋 copy color: '#11A534'

red 17 ◦ green 165 ◦ blue 52

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

Shades of Dark Pastel Green #11A534

Tints of Dark Pastel Green #11A534

RGB

 RED value IS 17 (7.03% from 255) = 7.26%

 GREEN value IS 165 (64.84% from 255) = 70.51%

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

R = 7.26%
G = 70.51%
B = 22.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#11A534 (or 0x11A534) is known color: Dark Pastel Green. HEX triplet: 11, A5 and 34. RGB value is (17,165,52). Sum of RGB (Red+Green+Blue) = 17+165+52=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 165 (64.84% from 255 or 70.51% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 165 - color contains mainly: green. Hex color #11A534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A534 is #EE5ACB. Grayscale: #6C6C6C. Windows color (decimal): -15620812 or 3450129. OLE color: 3450129.

HSL color Cylindrical-coordinate representation of color #11A534: hue angle of 134.19º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A534 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 165 52 -
CMYK 0.90 0 0.68 0.35
HSL 134.19º 0.81% 0.36% -
HSV(B) 134.19º 0.9% 0.65% -
XYZ 14.31 27.28 7.76 -
YUV 107.87 96.47 63.19 -
System Red Green Blue C M Y K H S L
Decimal 17 165 52 0.90 0 0.68 0.35 134.19 0.81 0.36
Hex 11 A5 34 5A 0 44 23 86 51 24
Octal 21 245 64 132 0 104 43 206 121 44
Binary 10001 10100101 110100 1011010 0 1000100 100011 10000110 1010001 100100

Color Harmonies of #11A534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A534

Black with #11A534

Text Example


Text Example

White with #11A534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A534; }

 p { color: rgb(17,165,52); }

 H1.HeaderClassName
 {
   color: #11A534;
 }
 .AnyTagClassName
 {
   color: #11A534;
 }
</style>

background-color css

<style>
 a { background-color: #11A534; }

 a { background-color: rgb(17,165,52); }

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

border-color css

<style>
 span { border-color: #11A534; }

 span { border-color: rgb(17,165,52); }

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