Html Css Color HEX #113224 Cardin Green

📋 copy color: '#113224'

red 17 ◦ green 50 ◦ blue 36

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

Shades of Cardin Green #113224

Tints of Cardin Green #113224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 34.95%

R = 16.5%
G = 48.54%
B = 34.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#113224 (or 0x113224) is known color: Cardin Green. HEX triplet: 11, 32 and 24. RGB value is (17,50,36). Sum of RGB (Red+Green+Blue) = 17+50+36=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #113224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113224 is #EECDDB. Grayscale: #262626. Windows color (decimal): -15650268 or 2372113. OLE color: 2372113.

HSL color Cylindrical-coordinate representation of color #113224: hue angle of 154.55º 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 #113224 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 36 -
CMYK 0.66 0 0.28 0.80
HSL 154.55º 0.49% 0.13% -
HSV(B) 154.55º 0.66% 0.2% -
XYZ 1.69 2.53 2.07 -
YUV 38.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 17 50 36 0.66 0 0.28 0.80 154.55 0.49 0.13
Hex 11 32 24 42 0 1C 50 9B 31 D
Octal 21 62 44 102 0 34 120 233 61 15
Binary 10001 110010 100100 1000010 0 11100 1010000 10011011 110001 1101

Color Harmonies of #113224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113224

Black with #113224

Text Example


Text Example

White with #113224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113224; }

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

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

background-color css

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

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

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

border-color css

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

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

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