Html Css Color HEX #113824 Cardin Green

📋 copy color: '#113824'

red 17 ◦ green 56 ◦ blue 36

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

Shades of Cardin Green #113824

Tints of Cardin Green #113824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 51.38%

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

R = 15.6%
G = 51.38%
B = 33.03%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#113824 (or 0x113824) is known color: Cardin Green. HEX triplet: 11, 38 and 24. RGB value is (17,56,36). Sum of RGB (Red+Green+Blue) = 17+56+36=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #113824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113824 is #EEC7DB. Grayscale: #2A2A2A. Windows color (decimal): -15648732 or 2373649. OLE color: 2373649.

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

Color convert

RGB 17 56 36 -
CMYK 0.70 0 0.36 0.78
HSL 149.23º 0.53% 0.14% -
HSV(B) 149.23º 0.7% 0.22% -
XYZ 1.96 3.07 2.16 -
YUV 42.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 17 56 36 0.70 0 0.36 0.78 149.23 0.53 0.14
Hex 11 38 24 46 0 24 4E 95 35 E
Octal 21 70 44 106 0 44 116 225 65 16
Binary 10001 111000 100100 1000110 0 100100 1001110 10010101 110101 1110

Color Harmonies of #113824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113824

Black with #113824

Text Example


Text Example

White with #113824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113824; }

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

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

background-color css

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

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

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

border-color css

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

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

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