Html Css Color HEX #163327 Cardin Green

📋 copy color: '#163327'

red 22 ◦ green 51 ◦ blue 39

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

Shades of Cardin Green #163327

Tints of Cardin Green #163327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.82%

R = 19.64%
G = 45.54%
B = 34.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.8

RGB Variations

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

Color information

#163327 (or 0x163327) is known color: Cardin Green. HEX triplet: 16, 33 and 27. RGB value is (22,51,39). Sum of RGB (Red+Green+Blue) = 22+51+39=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #163327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163327 is #E9CCD8. Grayscale: #282828. Windows color (decimal): -15322329 or 2568982. OLE color: 2568982.

HSL color Cylindrical-coordinate representation of color #163327: hue angle of 155.17º 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 #163327 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB 22 51 39 -
CMYK 0.57 0 0.24 0.8
HSL 155.17º 0.4% 0.14% -
HSV(B) 155.17º 0.57% 0.2% -
XYZ 1.88 2.68 2.34 -
YUV 40.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 22 51 39 0.57 0 0.24 0.8 155.17 0.4 0.14
Hex 16 33 27 39 0 18 50 9B 28 E
Octal 26 63 47 71 0 30 120 233 50 16
Binary 10110 110011 100111 111001 0 11000 1010000 10011011 101000 1110

Color Harmonies of #163327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163327

Black with #163327

Text Example


Text Example

White with #163327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163327; }

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

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

background-color css

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

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

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

border-color css

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

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

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