Html Css Color HEX #428874 Viridian

📋 copy color: '#428874'

red 66 ◦ green 136 ◦ blue 116

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

Shades of Viridian #428874

Tints of Viridian #428874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 20.75%
G = 42.77%
B = 36.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#428874 (or 0x428874) is known color: Viridian. HEX triplet: 42, 88 and 74. RGB value is (66,136,116). Sum of RGB (Red+Green+Blue) = 66+136+116=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #428874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428874 is #BD778B. Grayscale: #707070. Windows color (decimal): -12416908 or 7637058. OLE color: 7637058.

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

Color convert

RGB 66 136 116 -
CMYK 0.51 0 0.15 0.47
HSL 162.86º 0.35% 0.4% -
HSV(B) 162.86º 0.51% 0.53% -
XYZ 14.2 20.03 19.64 -
YUV 112.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 66 136 116 0.51 0 0.15 0.47 162.86 0.35 0.4
Hex 42 88 74 33 0 F 2F A3 23 28
Octal 102 210 164 63 0 17 57 243 43 50
Binary 1000010 10001000 1110100 110011 0 1111 101111 10100011 100011 101000

Color Harmonies of #428874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428874

Black with #428874

Text Example


Text Example

White with #428874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428874; }

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

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

background-color css

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

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

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

border-color css

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

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

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