Html Css Color HEX #163227 Cardin Green

📋 copy color: '#163227'

red 22 ◦ green 50 ◦ blue 39

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

Shades of Cardin Green #163227

Tints of Cardin Green #163227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 45.05%

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

R = 19.82%
G = 45.05%
B = 35.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#163227 (or 0x163227) is known color: Cardin Green. HEX triplet: 16, 32 and 27. RGB value is (22,50,39). Sum of RGB (Red+Green+Blue) = 22+50+39=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #163227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163227 is #E9CDD8. Grayscale: #282828. Windows color (decimal): -15322585 or 2568726. OLE color: 2568726.

HSL color Cylindrical-coordinate representation of color #163227: hue angle of 156.43º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #163227 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB 22 50 39 -
CMYK 0.56 0 0.22 0.80
HSL 156.43º 0.39% 0.14% -
HSV(B) 156.43º 0.56% 0.2% -
XYZ 1.84 2.6 2.32 -
YUV 40.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 22 50 39 0.56 0 0.22 0.80 156.43 0.39 0.14
Hex 16 32 27 38 0 16 50 9C 27 E
Octal 26 62 47 70 0 26 120 234 47 16
Binary 10110 110010 100111 111000 0 10110 1010000 10011100 100111 1110

Color Harmonies of #163227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163227

Black with #163227

Text Example


Text Example

White with #163227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163227; }

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

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

background-color css

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

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

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

border-color css

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

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

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