Html Css Color HEX #113526 Cardin Green

📋 copy color: '#113526'

red 17 ◦ green 53 ◦ blue 38

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

Shades of Cardin Green #113526

Tints of Cardin Green #113526

RGB

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

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

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

R = 15.74%
G = 49.07%
B = 35.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#113526 (or 0x113526) is known color: Cardin Green. HEX triplet: 11, 35 and 26. RGB value is (17,53,38). Sum of RGB (Red+Green+Blue) = 17+53+38=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #113526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113526 is #EECAD9. Grayscale: #282828. Windows color (decimal): -15649498 or 2503953. OLE color: 2503953.

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

Color convert

RGB 17 53 38 -
CMYK 0.68 0 0.28 0.79
HSL 155º 0.51% 0.14% -
HSV(B) 155º 0.68% 0.21% -
XYZ 1.85 2.81 2.28 -
YUV 40.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 17 53 38 0.68 0 0.28 0.79 155 0.51 0.14
Hex 11 35 26 44 0 1C 4F 9B 33 E
Octal 21 65 46 104 0 34 117 233 63 16
Binary 10001 110101 100110 1000100 0 11100 1001111 10011011 110011 1110

Color Harmonies of #113526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113526

Black with #113526

Text Example


Text Example

White with #113526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113526; }

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

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

background-color css

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

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

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

border-color css

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

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

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