Html Css Color HEX #143225 Cardin Green

📋 copy color: '#143225'

red 20 ◦ green 50 ◦ blue 37

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

Shades of Cardin Green #143225

Tints of Cardin Green #143225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.73%

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

R = 18.69%
G = 46.73%
B = 34.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#143225 (or 0x143225) is known color: Cardin Green. HEX triplet: 14, 32 and 25. RGB value is (20,50,37). Sum of RGB (Red+Green+Blue) = 20+50+37=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #143225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143225 is #EBCDDA. Grayscale: #272727. Windows color (decimal): -15453659 or 2437652. OLE color: 2437652.

HSL color Cylindrical-coordinate representation of color #143225: hue angle of 154º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #143225 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 50 37 -
CMYK 0.60 0 0.26 0.80
HSL 154º 0.43% 0.14% -
HSV(B) 154º 0.6% 0.2% -
XYZ 1.76 2.56 2.15 -
YUV 39.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 20 50 37 0.60 0 0.26 0.80 154 0.43 0.14
Hex 14 32 25 3C 0 1A 50 9A 2B E
Octal 24 62 45 74 0 32 120 232 53 16
Binary 10100 110010 100101 111100 0 11010 1010000 10011010 101011 1110

Color Harmonies of #143225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143225

Black with #143225

Text Example


Text Example

White with #143225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143225; }

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

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

background-color css

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

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

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

border-color css

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

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

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