Html Css Color HEX #143326 Cardin Green

📋 copy color: '#143326'

red 20 ◦ green 51 ◦ blue 38

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

Shades of Cardin Green #143326

Tints of Cardin Green #143326

RGB

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

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

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

R = 18.35%
G = 46.79%
B = 34.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#143326 (or 0x143326) is known color: Cardin Green. HEX triplet: 14, 33 and 26. RGB value is (20,51,38). Sum of RGB (Red+Green+Blue) = 20+51+38=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #143326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143326 is #EBCCD9. Grayscale: #282828. Windows color (decimal): -15453402 or 2503444. OLE color: 2503444.

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

Color convert

RGB 20 51 38 -
CMYK 0.61 0 0.25 0.8
HSL 154.84º 0.44% 0.14% -
HSV(B) 154.84º 0.61% 0.2% -
XYZ 1.82 2.66 2.25 -
YUV 40.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 20 51 38 0.61 0 0.25 0.8 154.84 0.44 0.14
Hex 14 33 26 3D 0 19 50 9B 2C E
Octal 24 63 46 75 0 31 120 233 54 16
Binary 10100 110011 100110 111101 0 11001 1010000 10011011 101100 1110

Color Harmonies of #143326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143326

Black with #143326

Text Example


Text Example

White with #143326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143326; }

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

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

background-color css

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

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

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

border-color css

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

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

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