Html Css Color HEX #143224 Cardin Green

📋 copy color: '#143224'

red 20 ◦ green 50 ◦ blue 36

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

Shades of Cardin Green #143224

Tints of Cardin Green #143224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 47.17%

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

R = 18.87%
G = 47.17%
B = 33.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#143224 (or 0x143224) is known color: Cardin Green. HEX triplet: 14, 32 and 24. RGB value is (20,50,36). Sum of RGB (Red+Green+Blue) = 20+50+36=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #143224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143224 is #EBCDDB. Grayscale: #272727. Windows color (decimal): -15453660 or 2372116. OLE color: 2372116.

HSL color Cylindrical-coordinate representation of color #143224: hue angle of 152º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143224 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 50 36 -
CMYK 0.60 0 0.28 0.80
HSL 152º 0.43% 0.14% -
HSV(B) 152º 0.6% 0.2% -
XYZ 1.75 2.56 2.07 -
YUV 39.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 20 50 36 0.60 0 0.28 0.80 152 0.43 0.14
Hex 14 32 24 3C 0 1C 50 98 2B E
Octal 24 62 44 74 0 34 120 230 53 16
Binary 10100 110010 100100 111100 0 11100 1010000 10011000 101011 1110

Color Harmonies of #143224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143224

Black with #143224

Text Example


Text Example

White with #143224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143224; }

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

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

background-color css

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

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

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

border-color css

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

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

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