Html Css Color HEX #143425 Cardin Green

📋 copy color: '#143425'

red 20 ◦ green 52 ◦ blue 37

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

Shades of Cardin Green #143425

Tints of Cardin Green #143425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.71%

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

R = 18.35%
G = 47.71%
B = 33.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#143425 (or 0x143425) is known color: Cardin Green. HEX triplet: 14, 34 and 25. RGB value is (20,52,37). Sum of RGB (Red+Green+Blue) = 20+52+37=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #143425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143425 is #EBCBDA. Grayscale: #282828. Windows color (decimal): -15453147 or 2438164. OLE color: 2438164.

HSL color Cylindrical-coordinate representation of color #143425: hue angle of 151.88º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143425 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 52 37 -
CMYK 0.62 0 0.29 0.80
HSL 151.88º 0.44% 0.14% -
HSV(B) 151.88º 0.62% 0.2% -
XYZ 1.85 2.74 2.18 -
YUV 40.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 20 52 37 0.62 0 0.29 0.80 151.88 0.44 0.14
Hex 14 34 25 3E 0 1D 50 98 2C E
Octal 24 64 45 76 0 35 120 230 54 16
Binary 10100 110100 100101 111110 0 11101 1010000 10011000 101100 1110

Color Harmonies of #143425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143425

Black with #143425

Text Example


Text Example

White with #143425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143425; }

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

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

background-color css

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

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

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

border-color css

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

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

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