#143926

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

Shades of Cardin Green #143926

Tints of Cardin Green #143926

Color information

#143926 (or 0x143926) is unknown color: approx Cardin Green. HEX triplet: 14, 39 and 26. RGB value is (20,57,38). Sum of RGB (Red+Green+Blue) = 20+57+38=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #143926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143926 is #EBC6D9. Grayscale: #2B2B2B. Windows color (decimal): -15451866 or 2504980. OLE color: 2504980.

HSL color Cylindrical-coordinate representation of color #143926: hue angle of 149.19º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #143926 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB205738-
CMYK0.6500.330.78
HSL149.19º48.05%15.1%-
HSV(B)149.19º64.91%22.35%-
XYZ2.13.212.34-
YUV43.77124.74111.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 57 (22.66% from 255) = 49.57%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=17.39%
G=49.57%
B=33.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2057380.6500.330.78149.1948.0515.1
Hex143926410214E9530f
Octal2471461010411162256017
Binary10100111001100110100000101000011001110100101011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143926; }

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

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

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

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

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

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

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

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