Html Css Color HEX #428D69 Viridian

📋 copy color: '#428D69'

red 66 ◦ green 141 ◦ blue 105

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

Shades of Viridian #428D69

Tints of Viridian #428D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.65%

R = 21.15%
G = 45.19%
B = 33.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#428D69 (or 0x428D69) is known color: Viridian. HEX triplet: 42, 8D and 69. RGB value is (66,141,105). Sum of RGB (Red+Green+Blue) = 66+141+105=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #428D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D69 is #BD7296. Grayscale: #727272. Windows color (decimal): -12415639 or 6917442. OLE color: 6917442.

HSL color Cylindrical-coordinate representation of color #428D69: hue angle of 151.2º 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 #428D69 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 105 -
CMYK 0.53 0 0.26 0.45
HSL 151.2º 0.36% 0.41% -
HSV(B) 151.2º 0.53% 0.55% -
XYZ 14.32 21.23 16.71 -
YUV 114.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 66 141 105 0.53 0 0.26 0.45 151.2 0.36 0.41
Hex 42 8D 69 35 0 1A 2D 97 24 29
Octal 102 215 151 65 0 32 55 227 44 51
Binary 1000010 10001101 1101001 110101 0 11010 101101 10010111 100100 101001

Color Harmonies of #428D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D69

Black with #428D69

Text Example


Text Example

White with #428D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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