Html Css Color HEX #428966 Viridian

📋 copy color: '#428966'

red 66 ◦ green 137 ◦ blue 102

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

Shades of Viridian #428966

Tints of Viridian #428966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.92%

 BLUE value IS 102 (40.23% from 255) = 33.44%

R = 21.64%
G = 44.92%
B = 33.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#428966 (or 0x428966) is known color: Viridian. HEX triplet: 42, 89 and 66. RGB value is (66,137,102). Sum of RGB (Red+Green+Blue) = 66+137+102=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #428966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428966 is #BD7699. Grayscale: #6F6F6F. Windows color (decimal): -12416666 or 6719810. OLE color: 6719810.

HSL color Cylindrical-coordinate representation of color #428966: hue angle of 150.42º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428966 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 102 -
CMYK 0.52 0 0.26 0.46
HSL 150.42º 0.35% 0.4% -
HSV(B) 150.42º 0.52% 0.54% -
XYZ 13.59 20.01 15.72 -
YUV 111.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 66 137 102 0.52 0 0.26 0.46 150.42 0.35 0.4
Hex 42 89 66 34 0 1A 2E 96 23 28
Octal 102 211 146 64 0 32 56 226 43 50
Binary 1000010 10001001 1100110 110100 0 11010 101110 10010110 100011 101000

Color Harmonies of #428966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428966

Black with #428966

Text Example


Text Example

White with #428966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428966; }

 p { color: rgb(66,137,102); }

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

background-color css

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

 a { background-color: rgb(66,137,102); }

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

border-color css

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

 span { border-color: rgb(66,137,102); }

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