Html Css Color HEX #113020 Cardin Green

📋 copy color: '#113020'

red 17 ◦ green 48 ◦ blue 32

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

Shades of Cardin Green #113020

Tints of Cardin Green #113020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 49.48%

 BLUE value IS 32 (12.89% from 255) = 32.99%

R = 17.53%
G = 49.48%
B = 32.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#113020 (or 0x113020) is known color: Cardin Green. HEX triplet: 11, 30 and 20. RGB value is (17,48,32). Sum of RGB (Red+Green+Blue) = 17+48+32=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #113020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113020 is #EECFDF. Grayscale: #242424. Windows color (decimal): -15650784 or 2109457. OLE color: 2109457.

HSL color Cylindrical-coordinate representation of color #113020: hue angle of 149.03º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113020 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 32 -
CMYK 0.65 0 0.33 0.81
HSL 149.03º 0.48% 0.13% -
HSV(B) 149.03º 0.65% 0.19% -
XYZ 1.55 2.34 1.74 -
YUV 36.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 17 48 32 0.65 0 0.33 0.81 149.03 0.48 0.13
Hex 11 30 20 41 0 21 51 95 30 D
Octal 21 60 40 101 0 41 121 225 60 15
Binary 10001 110000 100000 1000001 0 100001 1010001 10010101 110000 1101

Color Harmonies of #113020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113020

Black with #113020

Text Example


Text Example

White with #113020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113020; }

 p { color: rgb(17,48,32); }

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

background-color css

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

 a { background-color: rgb(17,48,32); }

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

border-color css

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

 span { border-color: rgb(17,48,32); }

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