Html Css Color HEX #113220 Cardin Green

📋 copy color: '#113220'

red 17 ◦ green 50 ◦ blue 32

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

Shades of Cardin Green #113220

Tints of Cardin Green #113220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 50.51%

 BLUE value IS 32 (12.89% from 255) = 32.32%

R = 17.17%
G = 50.51%
B = 32.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#113220 (or 0x113220) is known color: Cardin Green. HEX triplet: 11, 32 and 20. RGB value is (17,50,32). Sum of RGB (Red+Green+Blue) = 17+50+32=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #113220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113220 is #EECDDF. Grayscale: #262626. Windows color (decimal): -15650272 or 2109969. OLE color: 2109969.

HSL color Cylindrical-coordinate representation of color #113220: hue angle of 147.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113220 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 32 -
CMYK 0.66 0 0.36 0.80
HSL 147.27º 0.49% 0.13% -
HSV(B) 147.27º 0.66% 0.2% -
XYZ 1.63 2.5 1.76 -
YUV 38.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 17 50 32 0.66 0 0.36 0.80 147.27 0.49 0.13
Hex 11 32 20 42 0 24 50 93 31 D
Octal 21 62 40 102 0 44 120 223 61 15
Binary 10001 110010 100000 1000010 0 100100 1010000 10010011 110001 1101

Color Harmonies of #113220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113220

Black with #113220

Text Example


Text Example

White with #113220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113220; }

 p { color: rgb(17,50,32); }

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

background-color css

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

 a { background-color: rgb(17,50,32); }

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

border-color css

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

 span { border-color: rgb(17,50,32); }

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