#143322

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

Shades of Cardin Green #143322

Tints of Cardin Green #143322

Color information

#143322 (or 0x143322) is unknown color: approx Cardin Green. HEX triplet: 14, 33 and 22. RGB value is (20,51,34). Sum of RGB (Red+Green+Blue) = 20+51+34=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #143322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143322 is #EBCCDD. Grayscale: #272727. Windows color (decimal): -15453406 or 2241300. OLE color: 2241300.

HSL color Cylindrical-coordinate representation of color #143322: hue angle of 147.1º 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 #143322 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.8.

Color convert

RGB205134-
CMYK0.6100.330.8
HSL147.1º43.66%13.92%-
HSV(B)147.1º60.78%20%-
XYZ1.762.631.93-
YUV39.79124.73113.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 34 (13.67% from 255) = 32.38%
R=19.05%
G=48.57%
B=32.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051340.6100.330.8147.143.6613.92
Hex1433223D02150932ce
Octal246342750411202235416
Binary1010011001110001011110101000011010000100100111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143322; }

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

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

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

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

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

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

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

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