Html Css Color HEX #113728 Cardin Green

📋 copy color: '#113728'

red 17 ◦ green 55 ◦ blue 40

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

Shades of Cardin Green #113728

Tints of Cardin Green #113728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 49.11%

 BLUE value IS 40 (16.02% from 255) = 35.71%

R = 15.18%
G = 49.11%
B = 35.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#113728 (or 0x113728) is known color: Cardin Green. HEX triplet: 11, 37 and 28. RGB value is (17,55,40). Sum of RGB (Red+Green+Blue) = 17+55+40=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #113728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113728 is #EEC8D7. Grayscale: #292929. Windows color (decimal): -15648984 or 2635537. OLE color: 2635537.

HSL color Cylindrical-coordinate representation of color #113728: hue angle of 156.32º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113728 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 55 40 -
CMYK 0.69 0 0.27 0.78
HSL 156.32º 0.53% 0.14% -
HSV(B) 156.32º 0.69% 0.22% -
XYZ 1.98 3 2.48 -
YUV 41.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 17 55 40 0.69 0 0.27 0.78 156.32 0.53 0.14
Hex 11 37 28 45 0 1B 4E 9C 35 E
Octal 21 67 50 105 0 33 116 234 65 16
Binary 10001 110111 101000 1000101 0 11011 1001110 10011100 110101 1110

Color Harmonies of #113728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113728

Black with #113728

Text Example


Text Example

White with #113728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113728; }

 p { color: rgb(17,55,40); }

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

background-color css

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

 a { background-color: rgb(17,55,40); }

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

border-color css

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

 span { border-color: rgb(17,55,40); }

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