#163023

Color #163023 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #163023

Tints of Cardin Green #163023

Color information

#163023 (or 0x163023) is unknown color: approx Cardin Green. HEX triplet: 16, 30 and 23. RGB value is (22,48,35). Sum of RGB (Red+Green+Blue) = 22+48+35=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #163023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163023 is #E9CFDC. Grayscale: #262626. Windows color (decimal): -15323101 or 2306070. OLE color: 2306070.

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

Color convert

RGB224835-
CMYK0.5400.270.81
HSL150º37.14%13.73%-
HSV(B)150º54.17%18.82%-
XYZ1.692.411.97-
YUV38.74125.89116.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 35 (14.06% from 255) = 33.33%
R=20.95%
G=45.71%
B=33.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2248350.5400.270.8115037.1413.73
Hex1630233601B519625e
Octal266043660331212264516
Binary101101100001000111101100110111010001100101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163023; }

 p { color: rgb(22,48,35); }

 H1.HeaderClassName
 {
   color: #163023;
 }
 .AnyTagClassName
 {
   color: #163023;
 }
</style>
background-color css

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

 a { background-color: rgb(22,48,35); }

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

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

 span { border-color: rgb(22,48,35); }

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