Html Css Color HEX #113024 Cardin Green

📋 copy color: '#113024'

red 17 ◦ green 48 ◦ blue 36

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

Shades of Cardin Green #113024

Tints of Cardin Green #113024

RGB

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

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

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

R = 16.83%
G = 47.52%
B = 35.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#113024 (or 0x113024) is known color: Cardin Green. HEX triplet: 11, 30 and 24. RGB value is (17,48,36). Sum of RGB (Red+Green+Blue) = 17+48+36=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #113024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113024 is #EECFDB. Grayscale: #252525. Windows color (decimal): -15650780 or 2371601. OLE color: 2371601.

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

Color convert

RGB 17 48 36 -
CMYK 0.65 0 0.25 0.81
HSL 156.77º 0.48% 0.13% -
HSV(B) 156.77º 0.65% 0.19% -
XYZ 1.61 2.36 2.04 -
YUV 37.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 17 48 36 0.65 0 0.25 0.81 156.77 0.48 0.13
Hex 11 30 24 41 0 19 51 9D 30 D
Octal 21 60 44 101 0 31 121 235 60 15
Binary 10001 110000 100100 1000001 0 11001 1010001 10011101 110000 1101

Color Harmonies of #113024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113024

Black with #113024

Text Example


Text Example

White with #113024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113024; }

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

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

background-color css

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

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

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

border-color css

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

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

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