#143222

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

Shades of Cardin Green #143222

Tints of Cardin Green #143222

Color information

#143222 (or 0x143222) is unknown color: approx Cardin Green. HEX triplet: 14, 32 and 22. RGB value is (20,50,34). Sum of RGB (Red+Green+Blue) = 20+50+34=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #143222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143222 is #EBCDDD. Grayscale: #272727. Windows color (decimal): -15453662 or 2241044. OLE color: 2241044.

HSL color Cylindrical-coordinate representation of color #143222: hue angle of 148º 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 #143222 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB205034-
CMYK0.6000.320.80
HSL148º42.86%13.73%-
HSV(B)148º60%19.61%-
XYZ1.722.551.91-
YUV39.21125.06114.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=19.23%
G=48.08%
B=32.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2050340.6000.320.8014842.8613.73
Hex1432223C02050942be
Octal246242740401202245316
Binary1010011001010001011110001000001010000100101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143222; }

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

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

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

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

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

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

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

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