Html Css Color HEX #163429 Cardin Green

📋 copy color: '#163429'

red 22 ◦ green 52 ◦ blue 41

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

Shades of Cardin Green #163429

Tints of Cardin Green #163429

RGB

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

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

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

R = 19.13%
G = 45.22%
B = 35.65%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#163429 (or 0x163429) is known color: Cardin Green. HEX triplet: 16, 34 and 29. RGB value is (22,52,41). Sum of RGB (Red+Green+Blue) = 22+52+41=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #163429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163429 is #E9CBD6. Grayscale: #292929. Windows color (decimal): -15322071 or 2700310. OLE color: 2700310.

HSL color Cylindrical-coordinate representation of color #163429: hue angle of 158º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163429 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 22 52 41 -
CMYK 0.58 0 0.21 0.80
HSL 158º 0.41% 0.15% -
HSV(B) 158º 0.58% 0.2% -
XYZ 1.96 2.79 2.53 -
YUV 41.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 22 52 41 0.58 0 0.21 0.80 158 0.41 0.15
Hex 16 34 29 3A 0 15 50 9E 29 F
Octal 26 64 51 72 0 25 120 236 51 17
Binary 10110 110100 101001 111010 0 10101 1010000 10011110 101001 1111

Color Harmonies of #163429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163429

Black with #163429

Text Example


Text Example

White with #163429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163429; }

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

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

background-color css

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

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

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

border-color css

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

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

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