Html Css Color HEX #428674 Viridian

📋 copy color: '#428674'

red 66 ◦ green 134 ◦ blue 116

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

Shades of Viridian #428674

Tints of Viridian #428674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

 BLUE value IS 116 (45.7% from 255) = 36.71%

R = 20.89%
G = 42.41%
B = 36.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#428674 (or 0x428674) is known color: Viridian. HEX triplet: 42, 86 and 74. RGB value is (66,134,116). Sum of RGB (Red+Green+Blue) = 66+134+116=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #428674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428674 is #BD798B. Grayscale: #6F6F6F. Windows color (decimal): -12417420 or 7636546. OLE color: 7636546.

HSL color Cylindrical-coordinate representation of color #428674: hue angle of 164.12º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428674 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 116 -
CMYK 0.51 0 0.13 0.47
HSL 164.12º 0.34% 0.39% -
HSV(B) 164.12º 0.51% 0.53% -
XYZ 13.92 19.47 19.55 -
YUV 111.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 66 134 116 0.51 0 0.13 0.47 164.12 0.34 0.39
Hex 42 86 74 33 0 D 2F A4 22 27
Octal 102 206 164 63 0 15 57 244 42 47
Binary 1000010 10000110 1110100 110011 0 1101 101111 10100100 100010 100111

Color Harmonies of #428674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428674

Black with #428674

Text Example


Text Example

White with #428674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428674; }

 p { color: rgb(66,134,116); }

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

background-color css

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

 a { background-color: rgb(66,134,116); }

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

border-color css

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

 span { border-color: rgb(66,134,116); }

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