Html Css Color HEX #428970 Viridian

📋 copy color: '#428970'

red 66 ◦ green 137 ◦ blue 112

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

Shades of Viridian #428970

Tints of Viridian #428970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 20.95%
G = 43.49%
B = 35.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#428970 (or 0x428970) is known color: Viridian. HEX triplet: 42, 89 and 70. RGB value is (66,137,112). Sum of RGB (Red+Green+Blue) = 66+137+112=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #428970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428970 is #BD768F. Grayscale: #707070. Windows color (decimal): -12416656 or 7375170. OLE color: 7375170.

HSL color Cylindrical-coordinate representation of color #428970: hue angle of 158.87º 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 #428970 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 112 -
CMYK 0.52 0 0.18 0.46
HSL 158.87º 0.35% 0.4% -
HSV(B) 158.87º 0.52% 0.54% -
XYZ 14.12 20.22 18.49 -
YUV 112.92 127.48 94.53 -
System Red Green Blue C M Y K H S L
Decimal 66 137 112 0.52 0 0.18 0.46 158.87 0.35 0.4
Hex 42 89 70 34 0 12 2E 9F 23 28
Octal 102 211 160 64 0 22 56 237 43 50
Binary 1000010 10001001 1110000 110100 0 10010 101110 10011111 100011 101000

Color Harmonies of #428970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428970

Black with #428970

Text Example


Text Example

White with #428970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428970; }

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

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

background-color css

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

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

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

border-color css

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

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

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