Html Css Color HEX #143226 Cardin Green

📋 copy color: '#143226'

red 20 ◦ green 50 ◦ blue 38

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

Shades of Cardin Green #143226

Tints of Cardin Green #143226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 35.19%

R = 18.52%
G = 46.3%
B = 35.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.80

RGB Variations

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

Color information

#143226 (or 0x143226) is known color: Cardin Green. HEX triplet: 14, 32 and 26. RGB value is (20,50,38). Sum of RGB (Red+Green+Blue) = 20+50+38=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #143226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143226 is #EBCDD9. Grayscale: #272727. Windows color (decimal): -15453658 or 2503188. OLE color: 2503188.

HSL color Cylindrical-coordinate representation of color #143226: hue angle of 156º 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 #143226 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 50 38 -
CMYK 0.60 0 0.24 0.80
HSL 156º 0.43% 0.14% -
HSV(B) 156º 0.6% 0.2% -
XYZ 1.78 2.57 2.24 -
YUV 39.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 20 50 38 0.60 0 0.24 0.80 156 0.43 0.14
Hex 14 32 26 3C 0 18 50 9C 2B E
Octal 24 62 46 74 0 30 120 234 53 16
Binary 10100 110010 100110 111100 0 11000 1010000 10011100 101011 1110

Color Harmonies of #143226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143226

Black with #143226

Text Example


Text Example

White with #143226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143226; }

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

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

background-color css

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

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

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

border-color css

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

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

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