#163725

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

Shades of Cardin Green #163725

Tints of Cardin Green #163725

Color information

#163725 (or 0x163725) is unknown color: approx Cardin Green. HEX triplet: 16, 37 and 25. RGB value is (22,55,37). Sum of RGB (Red+Green+Blue) = 22+55+37=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #163725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163725 is #E9C8DA. Grayscale: #2B2B2B. Windows color (decimal): -15321307 or 2438934. OLE color: 2438934.

HSL color Cylindrical-coordinate representation of color #163725: hue angle of 147.27º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #163725 is Cyan = 0.6, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB225537-
CMYK0.600.330.78
HSL147.27º42.86%15.1%-
HSV(B)147.27º60%21.57%-
XYZ2.033.042.23-
YUV43.08124.57112.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 55 (21.88% from 255) = 48.25%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=19.30%
G=48.25%
B=32.46%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2255370.600.330.78147.2742.8615.1
Hex1637253C0214E932bf
Octal266745740411162235317
Binary1011011011110010111110001000011001110100100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163725; }

 p { color: rgb(22,55,37); }

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

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

 a { background-color: rgb(22,55,37); }

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

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

 span { border-color: rgb(22,55,37); }

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