Html Css Color HEX #143724 Cardin Green

📋 copy color: '#143724'

red 20 ◦ green 55 ◦ blue 36

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

Shades of Cardin Green #143724

Tints of Cardin Green #143724

RGB

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

 GREEN value IS 55 (21.88% from 255) = 49.55%

 BLUE value IS 36 (14.45% from 255) = 32.43%

R = 18.02%
G = 49.55%
B = 32.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#143724 (or 0x143724) is known color: Cardin Green. HEX triplet: 14, 37 and 24. RGB value is (20,55,36). Sum of RGB (Red+Green+Blue) = 20+55+36=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #143724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143724 is #EBC8DB. Grayscale: #2A2A2A. Windows color (decimal): -15452380 or 2373396. OLE color: 2373396.

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

Color convert

RGB 20 55 36 -
CMYK 0.64 0 0.35 0.78
HSL 147.43º 0.47% 0.15% -
HSV(B) 147.43º 0.64% 0.22% -
XYZ 1.97 3.01 2.15 -
YUV 42.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 20 55 36 0.64 0 0.35 0.78 147.43 0.47 0.15
Hex 14 37 24 40 0 23 4E 93 2F F
Octal 24 67 44 100 0 43 116 223 57 17
Binary 10100 110111 100100 1000000 0 100011 1001110 10010011 101111 1111

Color Harmonies of #143724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143724

Black with #143724

Text Example


Text Example

White with #143724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143724; }

 p { color: rgb(20,55,36); }

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

background-color css

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

 a { background-color: rgb(20,55,36); }

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

border-color css

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

 span { border-color: rgb(20,55,36); }

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