Html Css Color HEX #143524 Cardin Green

📋 copy color: '#143524'

red 20 ◦ green 53 ◦ blue 36

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

Shades of Cardin Green #143524

Tints of Cardin Green #143524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 48.62%

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

R = 18.35%
G = 48.62%
B = 33.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#143524 (or 0x143524) is known color: Cardin Green. HEX triplet: 14, 35 and 24. RGB value is (20,53,36). Sum of RGB (Red+Green+Blue) = 20+53+36=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #143524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143524 is #EBCADB. Grayscale: #292929. Windows color (decimal): -15452892 or 2372884. OLE color: 2372884.

HSL color Cylindrical-coordinate representation of color #143524: hue angle of 149.09º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143524 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 53 36 -
CMYK 0.62 0 0.32 0.79
HSL 149.09º 0.45% 0.14% -
HSV(B) 149.09º 0.62% 0.21% -
XYZ 1.88 2.82 2.11 -
YUV 41.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 20 53 36 0.62 0 0.32 0.79 149.09 0.45 0.14
Hex 14 35 24 3E 0 20 4F 95 2D E
Octal 24 65 44 76 0 40 117 225 55 16
Binary 10100 110101 100100 111110 0 100000 1001111 10010101 101101 1110

Color Harmonies of #143524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143524

Black with #143524

Text Example


Text Example

White with #143524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143524; }

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

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

background-color css

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

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

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

border-color css

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

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

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