Html Css Color HEX #163329 Cardin Green

📋 copy color: '#163329'

red 22 ◦ green 51 ◦ blue 41

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

Shades of Cardin Green #163329

Tints of Cardin Green #163329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 35.96%

R = 19.3%
G = 44.74%
B = 35.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#163329 (or 0x163329) is known color: Cardin Green. HEX triplet: 16, 33 and 29. RGB value is (22,51,41). Sum of RGB (Red+Green+Blue) = 22+51+41=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #163329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163329 is #E9CCD6. Grayscale: #292929. Windows color (decimal): -15322327 or 2700054. OLE color: 2700054.

HSL color Cylindrical-coordinate representation of color #163329: hue angle of 159.31º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #163329 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 22 51 41 -
CMYK 0.57 0 0.20 0.8
HSL 159.31º 0.4% 0.14% -
HSV(B) 159.31º 0.57% 0.2% -
XYZ 1.91 2.7 2.52 -
YUV 41.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 22 51 41 0.57 0 0.20 0.8 159.31 0.4 0.14
Hex 16 33 29 39 0 14 50 9F 28 E
Octal 26 63 51 71 0 24 120 237 50 16
Binary 10110 110011 101001 111001 0 10100 1010000 10011111 101000 1110

Color Harmonies of #163329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163329

Black with #163329

Text Example


Text Example

White with #163329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163329; }

 p { color: rgb(22,51,41); }

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

background-color css

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

 a { background-color: rgb(22,51,41); }

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

border-color css

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

 span { border-color: rgb(22,51,41); }

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