Html Css Color HEX #113226 Cardin Green

📋 copy color: '#113226'

red 17 ◦ green 50 ◦ blue 38

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

Shades of Cardin Green #113226

Tints of Cardin Green #113226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 36.19%

R = 16.19%
G = 47.62%
B = 36.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.24

 K value IS 0.80

RGB Variations

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

Color information

#113226 (or 0x113226) is known color: Cardin Green. HEX triplet: 11, 32 and 26. RGB value is (17,50,38). Sum of RGB (Red+Green+Blue) = 17+50+38=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #113226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113226 is #EECDD9. Grayscale: #262626. Windows color (decimal): -15650266 or 2503185. OLE color: 2503185.

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

Color convert

RGB 17 50 38 -
CMYK 0.66 0 0.24 0.80
HSL 158.18º 0.49% 0.13% -
HSV(B) 158.18º 0.66% 0.2% -
XYZ 1.72 2.54 2.23 -
YUV 38.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 17 50 38 0.66 0 0.24 0.80 158.18 0.49 0.13
Hex 11 32 26 42 0 18 50 9E 31 D
Octal 21 62 46 102 0 30 120 236 61 15
Binary 10001 110010 100110 1000010 0 11000 1010000 10011110 110001 1101

Color Harmonies of #113226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113226

Black with #113226

Text Example


Text Example

White with #113226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113226; }

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

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

background-color css

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

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

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

border-color css

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

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

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