Html Css Color HEX #428574 Viridian

📋 copy color: '#428574'

red 66 ◦ green 133 ◦ blue 116

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

Shades of Viridian #428574

Tints of Viridian #428574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.22%

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

R = 20.95%
G = 42.22%
B = 36.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#428574 (or 0x428574) is known color: Viridian. HEX triplet: 42, 85 and 74. RGB value is (66,133,116). Sum of RGB (Red+Green+Blue) = 66+133+116=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #428574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428574 is #BD7A8B. Grayscale: #6F6F6F. Windows color (decimal): -12417676 or 7636290. OLE color: 7636290.

HSL color Cylindrical-coordinate representation of color #428574: hue angle of 164.78º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428574 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 116 -
CMYK 0.50 0 0.13 0.48
HSL 164.78º 0.34% 0.39% -
HSV(B) 164.78º 0.5% 0.52% -
XYZ 13.79 19.19 19.5 -
YUV 111.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 66 133 116 0.50 0 0.13 0.48 164.78 0.34 0.39
Hex 42 85 74 32 0 D 30 A5 22 27
Octal 102 205 164 62 0 15 60 245 42 47
Binary 1000010 10000101 1110100 110010 0 1101 110000 10100101 100010 100111

Color Harmonies of #428574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428574

Black with #428574

Text Example


Text Example

White with #428574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428574; }

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

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

background-color css

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

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

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

border-color css

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

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

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