Html Css Color HEX #113223 Cardin Green

📋 copy color: '#113223'

red 17 ◦ green 50 ◦ blue 35

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

Shades of Cardin Green #113223

Tints of Cardin Green #113223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 49.02%

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

R = 16.67%
G = 49.02%
B = 34.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#113223 (or 0x113223) is known color: Cardin Green. HEX triplet: 11, 32 and 23. RGB value is (17,50,35). Sum of RGB (Red+Green+Blue) = 17+50+35=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #113223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113223 is #EECDDC. Grayscale: #262626. Windows color (decimal): -15650269 or 2306577. OLE color: 2306577.

HSL color Cylindrical-coordinate representation of color #113223: hue angle of 152.73º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113223 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 35 -
CMYK 0.66 0 0.30 0.80
HSL 152.73º 0.49% 0.13% -
HSV(B) 152.73º 0.66% 0.2% -
XYZ 1.68 2.52 1.99 -
YUV 38.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 17 50 35 0.66 0 0.30 0.80 152.73 0.49 0.13
Hex 11 32 23 42 0 1E 50 99 31 D
Octal 21 62 43 102 0 36 120 231 61 15
Binary 10001 110010 100011 1000010 0 11110 1010000 10011001 110001 1101

Color Harmonies of #113223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113223

Black with #113223

Text Example


Text Example

White with #113223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113223; }

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

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

background-color css

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

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

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

border-color css

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

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

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