Html Css Color HEX #428D6A Viridian

📋 copy color: '#428D6A'

red 66 ◦ green 141 ◦ blue 106

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

Shades of Viridian #428D6A

Tints of Viridian #428D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.05%

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

R = 21.09%
G = 45.05%
B = 33.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#428D6A (or 0x428D6A) is known color: Viridian. HEX triplet: 42, 8D and 6A. RGB value is (66,141,106). Sum of RGB (Red+Green+Blue) = 66+141+106=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #428D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D6A is #BD7295. Grayscale: #727272. Windows color (decimal): -12415638 or 6982978. OLE color: 6982978.

HSL color Cylindrical-coordinate representation of color #428D6A: hue angle of 152º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D6A is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 106 -
CMYK 0.53 0 0.25 0.45
HSL 152º 0.36% 0.41% -
HSV(B) 152º 0.53% 0.55% -
XYZ 14.37 21.25 16.98 -
YUV 114.59 123.15 93.35 -
System Red Green Blue C M Y K H S L
Decimal 66 141 106 0.53 0 0.25 0.45 152 0.36 0.41
Hex 42 8D 6A 35 0 19 2D 98 24 29
Octal 102 215 152 65 0 31 55 230 44 51
Binary 1000010 10001101 1101010 110101 0 11001 101101 10011000 100100 101001

Color Harmonies of #428D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D6A

Black with #428D6A

Text Example


Text Example

White with #428D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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