Html Css Color HEX #113422 Cardin Green

📋 copy color: '#113422'

red 17 ◦ green 52 ◦ blue 34

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

Shades of Cardin Green #113422

Tints of Cardin Green #113422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50.49%

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

R = 16.5%
G = 50.49%
B = 33.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.80

RGB Variations

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

Color information

#113422 (or 0x113422) is known color: Cardin Green. HEX triplet: 11, 34 and 22. RGB value is (17,52,34). Sum of RGB (Red+Green+Blue) = 17+52+34=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #113422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113422 is #EECBDD. Grayscale: #272727. Windows color (decimal): -15649758 or 2241553. OLE color: 2241553.

HSL color Cylindrical-coordinate representation of color #113422: hue angle of 149.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113422 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 52 34 -
CMYK 0.67 0 0.35 0.80
HSL 149.14º 0.51% 0.14% -
HSV(B) 149.14º 0.67% 0.2% -
XYZ 1.75 2.69 1.94 -
YUV 39.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 17 52 34 0.67 0 0.35 0.80 149.14 0.51 0.14
Hex 11 34 22 43 0 23 50 95 33 E
Octal 21 64 42 103 0 43 120 225 63 16
Binary 10001 110100 100010 1000011 0 100011 1010000 10010101 110011 1110

Color Harmonies of #113422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113422

Black with #113422

Text Example


Text Example

White with #113422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113422; }

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

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

background-color css

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

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

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

border-color css

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

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

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