Html Css Color HEX #163428 Cardin Green

📋 copy color: '#163428'

red 22 ◦ green 52 ◦ blue 40

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

Shades of Cardin Green #163428

Tints of Cardin Green #163428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 35.09%

R = 19.3%
G = 45.61%
B = 35.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#163428 (or 0x163428) is known color: Cardin Green. HEX triplet: 16, 34 and 28. RGB value is (22,52,40). Sum of RGB (Red+Green+Blue) = 22+52+40=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #163428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163428 is #E9CBD7. Grayscale: #292929. Windows color (decimal): -15322072 or 2634774. OLE color: 2634774.

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

Color convert

RGB 22 52 40 -
CMYK 0.58 0 0.23 0.80
HSL 156º 0.41% 0.15% -
HSV(B) 156º 0.58% 0.2% -
XYZ 1.94 2.78 2.44 -
YUV 41.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 22 52 40 0.58 0 0.23 0.80 156 0.41 0.15
Hex 16 34 28 3A 0 17 50 9C 29 F
Octal 26 64 50 72 0 27 120 234 51 17
Binary 10110 110100 101000 111010 0 10111 1010000 10011100 101001 1111

Color Harmonies of #163428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163428

Black with #163428

Text Example


Text Example

White with #163428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163428; }

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

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

background-color css

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

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

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

border-color css

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

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

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