Html Css Color HEX #113324 Cardin Green

📋 copy color: '#113324'

red 17 ◦ green 51 ◦ blue 36

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

Shades of Cardin Green #113324

Tints of Cardin Green #113324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.04%

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

R = 16.35%
G = 49.04%
B = 34.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#113324 (or 0x113324) is known color: Cardin Green. HEX triplet: 11, 33 and 24. RGB value is (17,51,36). Sum of RGB (Red+Green+Blue) = 17+51+36=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #113324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113324 is #EECCDB. Grayscale: #272727. Windows color (decimal): -15650012 or 2372369. OLE color: 2372369.

HSL color Cylindrical-coordinate representation of color #113324: hue angle of 153.53º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113324 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 51 36 -
CMYK 0.67 0 0.29 0.8
HSL 153.53º 0.5% 0.13% -
HSV(B) 153.53º 0.67% 0.2% -
XYZ 1.73 2.61 2.08 -
YUV 39.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 17 51 36 0.67 0 0.29 0.8 153.53 0.5 0.13
Hex 11 33 24 43 0 1D 50 9A 32 D
Octal 21 63 44 103 0 35 120 232 62 15
Binary 10001 110011 100100 1000011 0 11101 1010000 10011010 110010 1101

Color Harmonies of #113324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113324

Black with #113324

Text Example


Text Example

White with #113324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113324; }

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

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

background-color css

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

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

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

border-color css

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

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

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