Html Css Color HEX #113522 Cardin Green

📋 copy color: '#113522'

red 17 ◦ green 53 ◦ blue 34

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

Shades of Cardin Green #113522

Tints of Cardin Green #113522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 32.69%

R = 16.35%
G = 50.96%
B = 32.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.79

RGB Variations

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

Color information

#113522 (or 0x113522) is known color: Cardin Green. HEX triplet: 11, 35 and 22. RGB value is (17,53,34). Sum of RGB (Red+Green+Blue) = 17+53+34=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #113522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113522 is #EECADD. Grayscale: #282828. Windows color (decimal): -15649502 or 2241809. OLE color: 2241809.

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

Color convert

RGB 17 53 34 -
CMYK 0.68 0 0.36 0.79
HSL 148.33º 0.51% 0.14% -
HSV(B) 148.33º 0.68% 0.21% -
XYZ 1.79 2.78 1.96 -
YUV 40.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 17 53 34 0.68 0 0.36 0.79 148.33 0.51 0.14
Hex 11 35 22 44 0 24 4F 94 33 E
Octal 21 65 42 104 0 44 117 224 63 16
Binary 10001 110101 100010 1000100 0 100100 1001111 10010100 110011 1110

Color Harmonies of #113522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113522

Black with #113522

Text Example


Text Example

White with #113522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113522; }

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

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

background-color css

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

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

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

border-color css

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

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

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