Html Css Color HEX #143728 Cardin Green

📋 copy color: '#143728'

red 20 ◦ green 55 ◦ blue 40

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

Shades of Cardin Green #143728

Tints of Cardin Green #143728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 34.78%

R = 17.39%
G = 47.83%
B = 34.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#143728 (or 0x143728) is known color: Cardin Green. HEX triplet: 14, 37 and 28. RGB value is (20,55,40). Sum of RGB (Red+Green+Blue) = 20+55+40=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #143728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143728 is #EBC8D7. Grayscale: #2A2A2A. Windows color (decimal): -15452376 or 2635540. OLE color: 2635540.

HSL color Cylindrical-coordinate representation of color #143728: hue angle of 154.29º 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 #143728 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 40 -
CMYK 0.64 0 0.27 0.78
HSL 154.29º 0.47% 0.15% -
HSV(B) 154.29º 0.64% 0.22% -
XYZ 2.04 3.03 2.49 -
YUV 42.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 20 55 40 0.64 0 0.27 0.78 154.29 0.47 0.15
Hex 14 37 28 40 0 1B 4E 9A 2F F
Octal 24 67 50 100 0 33 116 232 57 17
Binary 10100 110111 101000 1000000 0 11011 1001110 10011010 101111 1111

Color Harmonies of #143728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143728

Black with #143728

Text Example


Text Example

White with #143728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143728; }

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

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

background-color css

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

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

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

border-color css

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

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

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