#143226

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

Shades of Cardin Green #143226

Tints of Cardin Green #143226

Color information

#143226 (or 0x143226) is unknown color: approx Cardin Green. HEX triplet: 14, 32 and 26. RGB value is (20,50,38). Sum of RGB (Red+Green+Blue) = 20+50+38=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #143226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143226 is #EBCDD9. Grayscale: #272727. Windows color (decimal): -15453658 or 2503188. OLE color: 2503188.

HSL color Cylindrical-coordinate representation of color #143226: hue angle of 156º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143226 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB205038-
CMYK0.6000.240.80
HSL156º42.86%13.73%-
HSV(B)156º60%19.61%-
XYZ1.782.572.24-
YUV39.66127.06113.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=18.52%
G=46.30%
B=35.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050380.6000.240.8015642.8613.73
Hex1432263C018509c2be
Octal246246740301202345316
Binary101001100101001101111000110001010000100111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143226; }

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

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

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

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

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

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

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

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