Html Css Color HEX #143527 Cardin Green

📋 copy color: '#143527'

red 20 ◦ green 53 ◦ blue 39

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

Shades of Cardin Green #143527

Tints of Cardin Green #143527

RGB

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

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

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

R = 17.86%
G = 47.32%
B = 34.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#143527 (or 0x143527) is known color: Cardin Green. HEX triplet: 14, 35 and 27. RGB value is (20,53,39). Sum of RGB (Red+Green+Blue) = 20+53+39=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #143527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143527 is #EBCAD8. Grayscale: #292929. Windows color (decimal): -15452889 or 2569492. OLE color: 2569492.

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

Color convert

RGB 20 53 39 -
CMYK 0.62 0 0.26 0.79
HSL 154.55º 0.45% 0.14% -
HSV(B) 154.55º 0.62% 0.21% -
XYZ 1.93 2.84 2.37 -
YUV 41.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 20 53 39 0.62 0 0.26 0.79 154.55 0.45 0.14
Hex 14 35 27 3E 0 1A 4F 9B 2D E
Octal 24 65 47 76 0 32 117 233 55 16
Binary 10100 110101 100111 111110 0 11010 1001111 10011011 101101 1110

Color Harmonies of #143527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143527

Black with #143527

Text Example


Text Example

White with #143527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143527; }

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

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

background-color css

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

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

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

border-color css

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

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

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