Html Css Color HEX #143323 Cardin Green

📋 copy color: '#143323'

red 20 ◦ green 51 ◦ blue 35

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

Shades of Cardin Green #143323

Tints of Cardin Green #143323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 33.02%

R = 18.87%
G = 48.11%
B = 33.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.8

RGB Variations

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

Color information

#143323 (or 0x143323) is known color: Cardin Green. HEX triplet: 14, 33 and 23. RGB value is (20,51,35). Sum of RGB (Red+Green+Blue) = 20+51+35=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #143323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143323 is #EBCCDC. Grayscale: #272727. Windows color (decimal): -15453405 or 2306836. OLE color: 2306836.

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

Color convert

RGB 20 51 35 -
CMYK 0.61 0 0.31 0.8
HSL 149.03º 0.44% 0.14% -
HSV(B) 149.03º 0.61% 0.2% -
XYZ 1.78 2.64 2.01 -
YUV 39.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 20 51 35 0.61 0 0.31 0.8 149.03 0.44 0.14
Hex 14 33 23 3D 0 1F 50 95 2C E
Octal 24 63 43 75 0 37 120 225 54 16
Binary 10100 110011 100011 111101 0 11111 1010000 10010101 101100 1110

Color Harmonies of #143323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143323

Black with #143323

Text Example


Text Example

White with #143323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143323; }

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

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

background-color css

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

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

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

border-color css

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

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

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