Html Css Color HEX #143529 Cardin Green

📋 copy color: '#143529'

red 20 ◦ green 53 ◦ blue 41

#143529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #143529

Tints of Cardin Green #143529

RGB

 RED value IS 20 (8.2% from 255) = 17.54%

 GREEN value IS 53 (21.09% from 255) = 46.49%

 BLUE value IS 41 (16.41% from 255) = 35.96%

R = 17.54%
G = 46.49%
B = 35.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#143529 (or 0x143529) is known color: Cardin Green. HEX triplet: 14, 35 and 29. RGB value is (20,53,41). Sum of RGB (Red+Green+Blue) = 20+53+41=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 53 - color contains mainly: green. Hex color #143529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143529 is #EBCAD6. Grayscale: #292929. Windows color (decimal): -15452887 or 2700564. OLE color: 2700564.

HSL color Cylindrical-coordinate representation of color #143529: hue angle of 158.18º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143529 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 53 41 -
CMYK 0.62 0 0.23 0.79
HSL 158.18º 0.45% 0.14% -
HSV(B) 158.18º 0.62% 0.21% -
XYZ 1.96 2.86 2.55 -
YUV 41.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 20 53 41 0.62 0 0.23 0.79 158.18 0.45 0.14
Hex 14 35 29 3E 0 17 4F 9E 2D E
Octal 24 65 51 76 0 27 117 236 55 16
Binary 10100 110101 101001 111110 0 10111 1001111 10011110 101101 1110

Color Harmonies of #143529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143529

Black with #143529

Text Example


Text Example

White with #143529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143529; }

 p { color: rgb(20,53,41); }

 H1.HeaderClassName
 {
   color: #143529;
 }
 .AnyTagClassName
 {
   color: #143529;
 }
</style>

background-color css

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

 a { background-color: rgb(20,53,41); }

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

border-color css

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

 span { border-color: rgb(20,53,41); }

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