Html Css Color HEX #143625 Cardin Green

📋 copy color: '#143625'

red 20 ◦ green 54 ◦ blue 37

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

Shades of Cardin Green #143625

Tints of Cardin Green #143625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 48.65%

 BLUE value IS 37 (14.84% from 255) = 33.33%

R = 18.02%
G = 48.65%
B = 33.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#143625 (or 0x143625) is known color: Cardin Green. HEX triplet: 14, 36 and 25. RGB value is (20,54,37). Sum of RGB (Red+Green+Blue) = 20+54+37=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #143625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143625 is #EBC9DA. Grayscale: #292929. Windows color (decimal): -15452635 or 2438676. OLE color: 2438676.

HSL color Cylindrical-coordinate representation of color #143625: hue angle of 150º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #143625 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 54 37 -
CMYK 0.63 0 0.31 0.79
HSL 150º 0.46% 0.15% -
HSV(B) 150º 0.63% 0.21% -
XYZ 1.94 2.92 2.21 -
YUV 41.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 20 54 37 0.63 0 0.31 0.79 150 0.46 0.15
Hex 14 36 25 3F 0 1F 4F 96 2E F
Octal 24 66 45 77 0 37 117 226 56 17
Binary 10100 110110 100101 111111 0 11111 1001111 10010110 101110 1111

Color Harmonies of #143625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143625

Black with #143625

Text Example


Text Example

White with #143625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143625; }

 p { color: rgb(20,54,37); }

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

background-color css

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

 a { background-color: rgb(20,54,37); }

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

border-color css

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

 span { border-color: rgb(20,54,37); }

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