Html Css Color HEX #11A334 Dark Pastel Green

📋 copy color: '#11A334'

red 17 ◦ green 163 ◦ blue 52

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

Shades of Dark Pastel Green #11A334

Tints of Dark Pastel Green #11A334

RGB

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

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

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

R = 7.33%
G = 70.26%
B = 22.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#11A334 (or 0x11A334) is known color: Dark Pastel Green. HEX triplet: 11, A3 and 34. RGB value is (17,163,52). Sum of RGB (Red+Green+Blue) = 17+163+52=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 163 (64.06% from 255 or 70.26% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 163 - color contains mainly: green. Hex color #11A334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A334 is #EE5CCB. Grayscale: #6A6A6A. Windows color (decimal): -15621324 or 3449617. OLE color: 3449617.

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

Color convert

RGB 17 163 52 -
CMYK 0.90 0 0.68 0.36
HSL 134.38º 0.81% 0.35% -
HSV(B) 134.38º 0.9% 0.64% -
XYZ 13.95 26.56 7.64 -
YUV 106.69 97.13 64.03 -
System Red Green Blue C M Y K H S L
Decimal 17 163 52 0.90 0 0.68 0.36 134.38 0.81 0.35
Hex 11 A3 34 5A 0 44 24 86 51 23
Octal 21 243 64 132 0 104 44 206 121 43
Binary 10001 10100011 110100 1011010 0 1000100 100100 10000110 1010001 100011

Color Harmonies of #11A334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A334

Black with #11A334

Text Example


Text Example

White with #11A334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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