Html Css Color HEX #113122 Cardin Green

📋 copy color: '#113122'

red 17 ◦ green 49 ◦ blue 34

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

Shades of Cardin Green #113122

Tints of Cardin Green #113122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 49%

 BLUE value IS 34 (13.67% from 255) = 34%

R = 17%
G = 49%
B = 34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#113122 (or 0x113122) is known color: Cardin Green. HEX triplet: 11, 31 and 22. RGB value is (17,49,34). Sum of RGB (Red+Green+Blue) = 17+49+34=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #113122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113122 is #EECEDD. Grayscale: #252525. Windows color (decimal): -15650526 or 2240785. OLE color: 2240785.

HSL color Cylindrical-coordinate representation of color #113122: hue angle of 151.88º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113122 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 49 34 -
CMYK 0.65 0 0.31 0.81
HSL 151.88º 0.48% 0.13% -
HSV(B) 151.88º 0.65% 0.19% -
XYZ 1.62 2.43 1.9 -
YUV 37.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 17 49 34 0.65 0 0.31 0.81 151.88 0.48 0.13
Hex 11 31 22 41 0 1F 51 98 30 D
Octal 21 61 42 101 0 37 121 230 60 15
Binary 10001 110001 100010 1000001 0 11111 1010001 10011000 110000 1101

Color Harmonies of #113122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113122

Black with #113122

Text Example


Text Example

White with #113122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113122; }

 p { color: rgb(17,49,34); }

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

background-color css

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

 a { background-color: rgb(17,49,34); }

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

border-color css

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

 span { border-color: rgb(17,49,34); }

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