#143327

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

Shades of Cardin Green #143327

Tints of Cardin Green #143327

Color information

#143327 (or 0x143327) is unknown color: approx Cardin Green. HEX triplet: 14, 33 and 27. RGB value is (20,51,39). Sum of RGB (Red+Green+Blue) = 20+51+39=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #143327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143327 is #EBCCD8. Grayscale: #282828. Windows color (decimal): -15453401 or 2568980. OLE color: 2568980.

HSL color Cylindrical-coordinate representation of color #143327: hue angle of 156.77º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143327 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB205139-
CMYK0.6100.240.8
HSL156.77º43.66%13.92%-
HSV(B)156.77º60.78%20%-
XYZ1.842.662.34-
YUV40.36127.23113.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=18.18%
G=46.36%
B=35.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051390.6100.240.8156.7743.6613.92
Hex1433273D018509d2ce
Octal246347750301202355416
Binary101001100111001111111010110001010000100111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143327; }

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

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

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

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

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

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

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

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