Html Css Color HEX #428073 Viridian

📋 copy color: '#428073'

red 66 ◦ green 128 ◦ blue 115

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

Shades of Viridian #428073

Tints of Viridian #428073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.42%

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 21.36%
G = 41.42%
B = 37.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#428073 (or 0x428073) is known color: Viridian. HEX triplet: 42, 80 and 73. RGB value is (66,128,115). Sum of RGB (Red+Green+Blue) = 66+128+115=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #428073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428073 is #BD7F8C. Grayscale: #6B6B6B. Windows color (decimal): -12418957 or 7569474. OLE color: 7569474.

HSL color Cylindrical-coordinate representation of color #428073: hue angle of 167.42º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #428073 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 128 115 -
CMYK 0.48 0 0.10 0.50
HSL 167.42º 0.32% 0.38% -
HSV(B) 167.42º 0.48% 0.5% -
XYZ 13.06 17.83 18.97 -
YUV 107.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 66 128 115 0.48 0 0.10 0.50 167.42 0.32 0.38
Hex 42 80 73 30 0 A 32 A7 20 26
Octal 102 200 163 60 0 12 62 247 40 46
Binary 1000010 10000000 1110011 110000 0 1010 110010 10100111 100000 100110

Color Harmonies of #428073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428073

Black with #428073

Text Example


Text Example

White with #428073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428073; }

 p { color: rgb(66,128,115); }

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

background-color css

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

 a { background-color: rgb(66,128,115); }

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

border-color css

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

 span { border-color: rgb(66,128,115); }

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