Html Css Color HEX #113323 Cardin Green

📋 copy color: '#113323'

red 17 ◦ green 51 ◦ blue 35

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

Shades of Cardin Green #113323

Tints of Cardin Green #113323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 33.98%

R = 16.5%
G = 49.51%
B = 33.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.8

RGB Variations

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

Color information

#113323 (or 0x113323) is known color: Cardin Green. HEX triplet: 11, 33 and 23. RGB value is (17,51,35). Sum of RGB (Red+Green+Blue) = 17+51+35=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #113323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113323 is #EECCDC. Grayscale: #272727. Windows color (decimal): -15650013 or 2306833. OLE color: 2306833.

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

Color convert

RGB 17 51 35 -
CMYK 0.67 0 0.31 0.8
HSL 151.76º 0.5% 0.13% -
HSV(B) 151.76º 0.67% 0.2% -
XYZ 1.72 2.61 2 -
YUV 39.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 17 51 35 0.67 0 0.31 0.8 151.76 0.5 0.13
Hex 11 33 23 43 0 1F 50 98 32 D
Octal 21 63 43 103 0 37 120 230 62 15
Binary 10001 110011 100011 1000011 0 11111 1010000 10011000 110010 1101

Color Harmonies of #113323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113323

Black with #113323

Text Example


Text Example

White with #113323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113323; }

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

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

background-color css

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

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

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

border-color css

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

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

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