Html Css Color HEX #113524 Cardin Green

📋 copy color: '#113524'

red 17 ◦ green 53 ◦ blue 36

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

Shades of Cardin Green #113524

Tints of Cardin Green #113524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 50%

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

R = 16.04%
G = 50%
B = 33.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#113524 (or 0x113524) is known color: Cardin Green. HEX triplet: 11, 35 and 24. RGB value is (17,53,36). Sum of RGB (Red+Green+Blue) = 17+53+36=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 53 - color contains mainly: green. Hex color #113524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113524 is #EECADB. Grayscale: #282828. Windows color (decimal): -15649500 or 2372881. OLE color: 2372881.

HSL color Cylindrical-coordinate representation of color #113524: hue angle of 151.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113524 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 53 36 -
CMYK 0.68 0 0.32 0.79
HSL 151.67º 0.51% 0.14% -
HSV(B) 151.67º 0.68% 0.21% -
XYZ 1.82 2.79 2.11 -
YUV 40.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 17 53 36 0.68 0 0.32 0.79 151.67 0.51 0.14
Hex 11 35 24 44 0 20 4F 98 33 E
Octal 21 65 44 104 0 40 117 230 63 16
Binary 10001 110101 100100 1000100 0 100000 1001111 10011000 110011 1110

Color Harmonies of #113524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113524

Black with #113524

Text Example


Text Example

White with #113524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113524; }

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

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

background-color css

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

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

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

border-color css

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

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

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