Html Css Color HEX #143124 Cardin Green

📋 copy color: '#143124'

red 20 ◦ green 49 ◦ blue 36

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

Shades of Cardin Green #143124

Tints of Cardin Green #143124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 46.67%

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

R = 19.05%
G = 46.67%
B = 34.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#143124 (or 0x143124) is known color: Cardin Green. HEX triplet: 14, 31 and 24. RGB value is (20,49,36). Sum of RGB (Red+Green+Blue) = 20+49+36=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #143124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143124 is #EBCEDB. Grayscale: #262626. Windows color (decimal): -15453916 or 2371860. OLE color: 2371860.

HSL color Cylindrical-coordinate representation of color #143124: hue angle of 153.1º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #143124 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 49 36 -
CMYK 0.59 0 0.27 0.81
HSL 153.1º 0.42% 0.14% -
HSV(B) 153.1º 0.59% 0.19% -
XYZ 1.71 2.47 2.06 -
YUV 38.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 20 49 36 0.59 0 0.27 0.81 153.1 0.42 0.14
Hex 14 31 24 3B 0 1B 51 99 2A E
Octal 24 61 44 73 0 33 121 231 52 16
Binary 10100 110001 100100 111011 0 11011 1010001 10011001 101010 1110

Color Harmonies of #143124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143124

Black with #143124

Text Example


Text Example

White with #143124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143124; }

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

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

background-color css

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

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

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

border-color css

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

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

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