Html Css Color HEX #428673 Viridian

📋 copy color: '#428673'

red 66 ◦ green 134 ◦ blue 115

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

Shades of Viridian #428673

Tints of Viridian #428673

RGB

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

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

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

R = 20.95%
G = 42.54%
B = 36.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#428673 (or 0x428673) is known color: Viridian. HEX triplet: 42, 86 and 73. RGB value is (66,134,115). Sum of RGB (Red+Green+Blue) = 66+134+115=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #428673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428673 is #BD798C. Grayscale: #6F6F6F. Windows color (decimal): -12417421 or 7571010. OLE color: 7571010.

HSL color Cylindrical-coordinate representation of color #428673: hue angle of 163.24º 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 #428673 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 115 -
CMYK 0.51 0 0.14 0.47
HSL 163.24º 0.34% 0.39% -
HSV(B) 163.24º 0.51% 0.53% -
XYZ 13.87 19.45 19.24 -
YUV 111.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 66 134 115 0.51 0 0.14 0.47 163.24 0.34 0.39
Hex 42 86 73 33 0 E 2F A3 22 27
Octal 102 206 163 63 0 16 57 243 42 47
Binary 1000010 10000110 1110011 110011 0 1110 101111 10100011 100010 100111

Color Harmonies of #428673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428673

Black with #428673

Text Example


Text Example

White with #428673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428673; }

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

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

background-color css

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

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

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

border-color css

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

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

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