Html Css Color HEX #163224 Cardin Green

📋 copy color: '#163224'

red 22 ◦ green 50 ◦ blue 36

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

Shades of Cardin Green #163224

Tints of Cardin Green #163224

RGB

 RED value IS 22 (8.98% from 255) = 20.37%

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

 BLUE value IS 36 (14.45% from 255) = 33.33%

R = 20.37%
G = 46.3%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#163224 (or 0x163224) is known color: Cardin Green. HEX triplet: 16, 32 and 24. RGB value is (22,50,36). Sum of RGB (Red+Green+Blue) = 22+50+36=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #163224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163224 is #E9CDDB. Grayscale: #282828. Windows color (decimal): -15322588 or 2372118. OLE color: 2372118.

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

Color convert

RGB 22 50 36 -
CMYK 0.56 0 0.28 0.80
HSL 150º 0.39% 0.14% -
HSV(B) 150º 0.56% 0.2% -
XYZ 1.79 2.58 2.07 -
YUV 40.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 22 50 36 0.56 0 0.28 0.80 150 0.39 0.14
Hex 16 32 24 38 0 1C 50 96 27 E
Octal 26 62 44 70 0 34 120 226 47 16
Binary 10110 110010 100100 111000 0 11100 1010000 10010110 100111 1110

Color Harmonies of #163224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163224

Black with #163224

Text Example


Text Example

White with #163224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163224; }

 p { color: rgb(22,50,36); }

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

background-color css

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

 a { background-color: rgb(22,50,36); }

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

border-color css

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

 span { border-color: rgb(22,50,36); }

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