#143725

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

Shades of Cardin Green #143725

Tints of Cardin Green #143725

Color information

#143725 (or 0x143725) is unknown color: approx Cardin Green. HEX triplet: 14, 37 and 25. RGB value is (20,55,37). Sum of RGB (Red+Green+Blue) = 20+55+37=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #143725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143725 is #EBC8DA. Grayscale: #2A2A2A. Windows color (decimal): -15452379 or 2438932. OLE color: 2438932.

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

Color convert

RGB205537-
CMYK0.6400.330.78
HSL149.14º46.67%14.71%-
HSV(B)149.14º63.64%21.57%-
XYZ1.993.012.23-
YUV42.48124.9111.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 55 (21.88% from 255) = 49.11%
BLUE value IS 37 (14.84% from 255) = 33.04%
R=17.86%
G=49.11%
B=33.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2055370.6400.330.78149.1446.6714.71
Hex143725400214E952ff
Octal2467451000411162255717
Binary10100110111100101100000001000011001110100101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143725; }

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

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

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

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

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

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

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

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