Html Css Color HEX #163126 Cardin Green

📋 copy color: '#163126'

red 22 ◦ green 49 ◦ blue 38

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

Shades of Cardin Green #163126

Tints of Cardin Green #163126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 44.95%

 BLUE value IS 38 (15.23% from 255) = 34.86%

R = 20.18%
G = 44.95%
B = 34.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#163126 (or 0x163126) is known color: Cardin Green. HEX triplet: 16, 31 and 26. RGB value is (22,49,38). Sum of RGB (Red+Green+Blue) = 22+49+38=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #163126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163126 is #E9CED9. Grayscale: #272727. Windows color (decimal): -15322842 or 2502934. OLE color: 2502934.

HSL color Cylindrical-coordinate representation of color #163126: hue angle of 155.56º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #163126 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 22 49 38 -
CMYK 0.55 0 0.22 0.81
HSL 155.56º 0.38% 0.14% -
HSV(B) 155.56º 0.55% 0.19% -
XYZ 1.78 2.51 2.22 -
YUV 39.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 22 49 38 0.55 0 0.22 0.81 155.56 0.38 0.14
Hex 16 31 26 37 0 16 51 9C 26 E
Octal 26 61 46 67 0 26 121 234 46 16
Binary 10110 110001 100110 110111 0 10110 1010001 10011100 100110 1110

Color Harmonies of #163126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163126

Black with #163126

Text Example


Text Example

White with #163126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163126; }

 p { color: rgb(22,49,38); }

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

background-color css

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

 a { background-color: rgb(22,49,38); }

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

border-color css

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

 span { border-color: rgb(22,49,38); }

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