Html Css Color HEX #143324 Cardin Green

📋 copy color: '#143324'

red 20 ◦ green 51 ◦ blue 36

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

Shades of Cardin Green #143324

Tints of Cardin Green #143324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 33.64%

R = 18.69%
G = 47.66%
B = 33.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#143324 (or 0x143324) is known color: Cardin Green. HEX triplet: 14, 33 and 24. RGB value is (20,51,36). Sum of RGB (Red+Green+Blue) = 20+51+36=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #143324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143324 is #EBCCDB. Grayscale: #282828. Windows color (decimal): -15453404 or 2372372. OLE color: 2372372.

HSL color Cylindrical-coordinate representation of color #143324: hue angle of 150.97º 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 #143324 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 36 -
CMYK 0.61 0 0.29 0.8
HSL 150.97º 0.44% 0.14% -
HSV(B) 150.97º 0.61% 0.2% -
XYZ 1.79 2.64 2.08 -
YUV 40.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 20 51 36 0.61 0 0.29 0.8 150.97 0.44 0.14
Hex 14 33 24 3D 0 1D 50 97 2C E
Octal 24 63 44 75 0 35 120 227 54 16
Binary 10100 110011 100100 111101 0 11101 1010000 10010111 101100 1110

Color Harmonies of #143324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143324

Black with #143324

Text Example


Text Example

White with #143324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143324; }

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

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

background-color css

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

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

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

border-color css

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

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

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