Html Css Color HEX #113528 Cardin Green

📋 copy color: '#113528'

red 17 ◦ green 53 ◦ blue 40

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

Shades of Cardin Green #113528

Tints of Cardin Green #113528

RGB

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

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

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

R = 15.45%
G = 48.18%
B = 36.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#113528 (or 0x113528) is known color: Cardin Green. HEX triplet: 11, 35 and 28. RGB value is (17,53,40). Sum of RGB (Red+Green+Blue) = 17+53+40=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #113528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113528 is #EECAD7. Grayscale: #282828. Windows color (decimal): -15649496 or 2635025. OLE color: 2635025.

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

Color convert

RGB 17 53 40 -
CMYK 0.68 0 0.25 0.79
HSL 158.33º 0.51% 0.14% -
HSV(B) 158.33º 0.68% 0.21% -
XYZ 1.89 2.82 2.45 -
YUV 40.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 17 53 40 0.68 0 0.25 0.79 158.33 0.51 0.14
Hex 11 35 28 44 0 19 4F 9E 33 E
Octal 21 65 50 104 0 31 117 236 63 16
Binary 10001 110101 101000 1000100 0 11001 1001111 10011110 110011 1110

Color Harmonies of #113528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113528

Black with #113528

Text Example


Text Example

White with #113528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113528; }

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

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

background-color css

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

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

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

border-color css

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

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

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