Html Css Color HEX #143727 Cardin Green

📋 copy color: '#143727'

red 20 ◦ green 55 ◦ blue 39

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

Shades of Cardin Green #143727

Tints of Cardin Green #143727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.21%

R = 17.54%
G = 48.25%
B = 34.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#143727 (or 0x143727) is known color: Cardin Green. HEX triplet: 14, 37 and 27. RGB value is (20,55,39). Sum of RGB (Red+Green+Blue) = 20+55+39=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #143727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143727 is #EBC8D8. Grayscale: #2A2A2A. Windows color (decimal): -15452377 or 2570004. OLE color: 2570004.

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

Color convert

RGB 20 55 39 -
CMYK 0.64 0 0.29 0.78
HSL 152.57º 0.47% 0.15% -
HSV(B) 152.57º 0.64% 0.22% -
XYZ 2.02 3.03 2.4 -
YUV 42.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 20 55 39 0.64 0 0.29 0.78 152.57 0.47 0.15
Hex 14 37 27 40 0 1D 4E 99 2F F
Octal 24 67 47 100 0 35 116 231 57 17
Binary 10100 110111 100111 1000000 0 11101 1001110 10011001 101111 1111

Color Harmonies of #143727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143727

Black with #143727

Text Example


Text Example

White with #143727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143727; }

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

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

background-color css

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

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

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

border-color css

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

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

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