#143626

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

Shades of Cardin Green #143626

Tints of Cardin Green #143626

Color information

#143626 (or 0x143626) is unknown color: approx Cardin Green. HEX triplet: 14, 36 and 26. RGB value is (20,54,38). Sum of RGB (Red+Green+Blue) = 20+54+38=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #143626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143626 is #EBC9D9. Grayscale: #2A2A2A. Windows color (decimal): -15452634 or 2504212. OLE color: 2504212.

HSL color Cylindrical-coordinate representation of color #143626: hue angle of 151.76º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143626 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB205438-
CMYK0.6300.300.79
HSL151.76º45.95%14.51%-
HSV(B)151.76º62.96%21.18%-
XYZ1.962.932.3-
YUV42.01125.74112.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 54 (21.48% from 255) = 48.21%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=17.86%
G=48.21%
B=33.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2054380.6300.300.79151.7645.9514.51
Hex1436263F01E4F982ef
Octal246646770361172305617
Binary101001101101001101111110111101001111100110001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143626; }

 p { color: rgb(20,54,38); }

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

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

 a { background-color: rgb(20,54,38); }

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

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

 span { border-color: rgb(20,54,38); }

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