Html Css Color HEX #428973 Viridian

📋 copy color: '#428973'

red 66 ◦ green 137 ◦ blue 115

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

Shades of Viridian #428973

Tints of Viridian #428973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.08%

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

R = 20.75%
G = 43.08%
B = 36.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#428973 (or 0x428973) is known color: Viridian. HEX triplet: 42, 89 and 73. RGB value is (66,137,115). Sum of RGB (Red+Green+Blue) = 66+137+115=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #428973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428973 is #BD768C. Grayscale: #717171. Windows color (decimal): -12416653 or 7571778. OLE color: 7571778.

HSL color Cylindrical-coordinate representation of color #428973: hue angle of 161.41º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428973 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 115 -
CMYK 0.52 0 0.16 0.46
HSL 161.41º 0.35% 0.4% -
HSV(B) 161.41º 0.52% 0.54% -
XYZ 14.29 20.29 19.38 -
YUV 113.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 66 137 115 0.52 0 0.16 0.46 161.41 0.35 0.4
Hex 42 89 73 34 0 10 2E A1 23 28
Octal 102 211 163 64 0 20 56 241 43 50
Binary 1000010 10001001 1110011 110100 0 10000 101110 10100001 100011 101000

Color Harmonies of #428973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428973

Black with #428973

Text Example


Text Example

White with #428973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428973; }

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

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

background-color css

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

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

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

border-color css

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

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

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