Html Css Color HEX #143422 Cardin Green

📋 copy color: '#143422'

red 20 ◦ green 52 ◦ blue 34

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

Shades of Cardin Green #143422

Tints of Cardin Green #143422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.06%

 BLUE value IS 34 (13.67% from 255) = 32.08%

R = 18.87%
G = 49.06%
B = 32.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.80

RGB Variations

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

Color information

#143422 (or 0x143422) is known color: Cardin Green. HEX triplet: 14, 34 and 22. RGB value is (20,52,34). Sum of RGB (Red+Green+Blue) = 20+52+34=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #143422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143422 is #EBCBDD. Grayscale: #282828. Windows color (decimal): -15453150 or 2241556. OLE color: 2241556.

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

Color convert

RGB 20 52 34 -
CMYK 0.62 0 0.35 0.80
HSL 146.25º 0.44% 0.14% -
HSV(B) 146.25º 0.62% 0.2% -
XYZ 1.81 2.72 1.94 -
YUV 40.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 20 52 34 0.62 0 0.35 0.80 146.25 0.44 0.14
Hex 14 34 22 3E 0 23 50 92 2C E
Octal 24 64 42 76 0 43 120 222 54 16
Binary 10100 110100 100010 111110 0 100011 1010000 10010010 101100 1110

Color Harmonies of #143422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143422

Black with #143422

Text Example


Text Example

White with #143422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143422; }

 p { color: rgb(20,52,34); }

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

background-color css

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

 a { background-color: rgb(20,52,34); }

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

border-color css

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

 span { border-color: rgb(20,52,34); }

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