#143827

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

Shades of Cardin Green #143827

Tints of Cardin Green #143827

Color information

#143827 (or 0x143827) is unknown color: approx Cardin Green. HEX triplet: 14, 38 and 27. RGB value is (20,56,39). Sum of RGB (Red+Green+Blue) = 20+56+39=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 56 (22.27% from 255 or 48.70% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 56 - color contains mainly: green. Hex color #143827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143827 is #EBC7D8. Grayscale: #2B2B2B. Windows color (decimal): -15452121 or 2570260. OLE color: 2570260.

HSL color Cylindrical-coordinate representation of color #143827: hue angle of 151.67º 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 #143827 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB205639-
CMYK0.6400.300.78
HSL151.67º47.37%14.9%-
HSV(B)151.67º64.29%21.96%-
XYZ2.073.122.41-
YUV43.3125.57111.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 56 (22.27% from 255) = 48.70%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=17.39%
G=48.70%
B=33.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2056390.6400.300.78151.6747.3714.9
Hex1438274001E4E982ff
Octal2470471000361162305717
Binary1010011100010011110000000111101001110100110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143827; }

 p { color: rgb(20,56,39); }

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

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

 a { background-color: rgb(20,56,39); }

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

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

 span { border-color: rgb(20,56,39); }

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