Html Css Color HEX #143328 Cardin Green

📋 copy color: '#143328'

red 20 ◦ green 51 ◦ blue 40

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

Shades of Cardin Green #143328

Tints of Cardin Green #143328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.95%

 BLUE value IS 40 (16.02% from 255) = 36.04%

R = 18.02%
G = 45.95%
B = 36.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#143328 (or 0x143328) is known color: Cardin Green. HEX triplet: 14, 33 and 28. RGB value is (20,51,40). Sum of RGB (Red+Green+Blue) = 20+51+40=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #143328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143328 is #EBCCD7. Grayscale: #282828. Windows color (decimal): -15453400 or 2634516. OLE color: 2634516.

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

Color convert

RGB 20 51 40 -
CMYK 0.61 0 0.22 0.8
HSL 158.71º 0.44% 0.14% -
HSV(B) 158.71º 0.61% 0.2% -
XYZ 1.86 2.67 2.42 -
YUV 40.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 20 51 40 0.61 0 0.22 0.8 158.71 0.44 0.14
Hex 14 33 28 3D 0 16 50 9F 2C E
Octal 24 63 50 75 0 26 120 237 54 16
Binary 10100 110011 101000 111101 0 10110 1010000 10011111 101100 1110

Color Harmonies of #143328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143328

Black with #143328

Text Example


Text Example

White with #143328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143328; }

 p { color: rgb(20,51,40); }

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

background-color css

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

 a { background-color: rgb(20,51,40); }

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

border-color css

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

 span { border-color: rgb(20,51,40); }

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