Html Css Color HEX #143523 Cardin Green

📋 copy color: '#143523'

red 20 ◦ green 53 ◦ blue 35

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

Shades of Cardin Green #143523

Tints of Cardin Green #143523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 32.41%

R = 18.52%
G = 49.07%
B = 32.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#143523 (or 0x143523) is known color: Cardin Green. HEX triplet: 14, 35 and 23. RGB value is (20,53,35). Sum of RGB (Red+Green+Blue) = 20+53+35=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #143523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143523 is #EBCADC. Grayscale: #292929. Windows color (decimal): -15452893 or 2307348. OLE color: 2307348.

HSL color Cylindrical-coordinate representation of color #143523: hue angle of 147.27º 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 #143523 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 53 35 -
CMYK 0.62 0 0.34 0.79
HSL 147.27º 0.45% 0.14% -
HSV(B) 147.27º 0.62% 0.21% -
XYZ 1.86 2.82 2.04 -
YUV 41.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 20 53 35 0.62 0 0.34 0.79 147.27 0.45 0.14
Hex 14 35 23 3E 0 22 4F 93 2D E
Octal 24 65 43 76 0 42 117 223 55 16
Binary 10100 110101 100011 111110 0 100010 1001111 10010011 101101 1110

Color Harmonies of #143523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143523

Black with #143523

Text Example


Text Example

White with #143523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143523; }

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

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

background-color css

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

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

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

border-color css

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

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

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