Html Css Color HEX #113222 Cardin Green

📋 copy color: '#113222'

red 17 ◦ green 50 ◦ blue 34

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

Shades of Cardin Green #113222

Tints of Cardin Green #113222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 33.66%

R = 16.83%
G = 49.5%
B = 33.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.80

RGB Variations

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

Color information

#113222 (or 0x113222) is known color: Cardin Green. HEX triplet: 11, 32 and 22. RGB value is (17,50,34). Sum of RGB (Red+Green+Blue) = 17+50+34=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #113222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113222 is #EECDDD. Grayscale: #262626. Windows color (decimal): -15650270 or 2241041. OLE color: 2241041.

HSL color Cylindrical-coordinate representation of color #113222: hue angle of 150.91º 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 #113222 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 34 -
CMYK 0.66 0 0.32 0.80
HSL 150.91º 0.49% 0.13% -
HSV(B) 150.91º 0.66% 0.2% -
XYZ 1.66 2.52 1.91 -
YUV 38.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 17 50 34 0.66 0 0.32 0.80 150.91 0.49 0.13
Hex 11 32 22 42 0 20 50 97 31 D
Octal 21 62 42 102 0 40 120 227 61 15
Binary 10001 110010 100010 1000010 0 100000 1010000 10010111 110001 1101

Color Harmonies of #113222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113222

Black with #113222

Text Example


Text Example

White with #113222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113222; }

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

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

background-color css

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

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

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

border-color css

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

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

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