#143927

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

Shades of Cardin Green #143927

Tints of Cardin Green #143927

Color information

#143927 (or 0x143927) is unknown color: approx Cardin Green. HEX triplet: 14, 39 and 27. RGB value is (20,57,39). Sum of RGB (Red+Green+Blue) = 20+57+39=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 39 (15.62% from 255 or 33.62% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #143927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143927 is #EBC6D8. Grayscale: #2B2B2B. Windows color (decimal): -15451865 or 2570516. OLE color: 2570516.

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

Color convert

RGB205739-
CMYK0.6500.320.78
HSL150.81º48.05%15.1%-
HSV(B)150.81º64.91%22.35%-
XYZ2.123.222.43-
YUV43.88125.24110.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 39 (15.62% from 255) = 33.62%
R=17.24%
G=49.14%
B=33.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057390.6500.320.78150.8148.0515.1
Hex143927410204E9730f
Octal2471471010401162276017
Binary10100111001100111100000101000001001110100101111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143927; }

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

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

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

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

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

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

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

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