Html Css Color HEX #113321 Cardin Green

📋 copy color: '#113321'

red 17 ◦ green 51 ◦ blue 33

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

Shades of Cardin Green #113321

Tints of Cardin Green #113321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 32.67%

R = 16.83%
G = 50.5%
B = 32.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#113321 (or 0x113321) is known color: Cardin Green. HEX triplet: 11, 33 and 21. RGB value is (17,51,33). Sum of RGB (Red+Green+Blue) = 17+51+33=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #113321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113321 is #EECCDE. Grayscale: #262626. Windows color (decimal): -15650015 or 2175761. OLE color: 2175761.

HSL color Cylindrical-coordinate representation of color #113321: hue angle of 148.24º 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 #113321 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 51 33 -
CMYK 0.67 0 0.35 0.8
HSL 148.24º 0.5% 0.13% -
HSV(B) 148.24º 0.67% 0.2% -
XYZ 1.69 2.6 1.85 -
YUV 38.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 17 51 33 0.67 0 0.35 0.8 148.24 0.5 0.13
Hex 11 33 21 43 0 23 50 94 32 D
Octal 21 63 41 103 0 43 120 224 62 15
Binary 10001 110011 100001 1000011 0 100011 1010000 10010100 110010 1101

Color Harmonies of #113321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113321

Black with #113321

Text Example


Text Example

White with #113321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113321; }

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

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

background-color css

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

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

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

border-color css

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

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

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