Html Css Color HEX #428E6A Viridian

📋 copy color: '#428E6A'

red 66 ◦ green 142 ◦ blue 106

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

Shades of Viridian #428E6A

Tints of Viridian #428E6A

RGB

 RED value IS 66 (26.17% from 255) = 21.02%

 GREEN value IS 142 (55.86% from 255) = 45.22%

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 21.02%
G = 45.22%
B = 33.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#428E6A (or 0x428E6A) is known color: Viridian. HEX triplet: 42, 8E and 6A. RGB value is (66,142,106). Sum of RGB (Red+Green+Blue) = 66+142+106=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #428E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428E6A is #BD7195. Grayscale: #737373. Windows color (decimal): -12415382 or 6983234. OLE color: 6983234.

HSL color Cylindrical-coordinate representation of color #428E6A: hue angle of 151.58º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428E6A is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 142 106 -
CMYK 0.54 0 0.25 0.44
HSL 151.58º 0.37% 0.41% -
HSV(B) 151.58º 0.54% 0.56% -
XYZ 14.52 21.54 17.03 -
YUV 115.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 66 142 106 0.54 0 0.25 0.44 151.58 0.37 0.41
Hex 42 8E 6A 36 0 19 2C 98 25 29
Octal 102 216 152 66 0 31 54 230 45 51
Binary 1000010 10001110 1101010 110110 0 11001 101100 10011000 100101 101001

Color Harmonies of #428E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E6A

Black with #428E6A

Text Example


Text Example

White with #428E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428E6A; }

 p { color: rgb(66,142,106); }

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

background-color css

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

 a { background-color: rgb(66,142,106); }

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

border-color css

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

 span { border-color: rgb(66,142,106); }

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