Html Css Color HEX #428F6A Viridian

📋 copy color: '#428F6A'

red 66 ◦ green 143 ◦ blue 106

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

Shades of Viridian #428F6A

Tints of Viridian #428F6A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.4%

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 20.95%
G = 45.4%
B = 33.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#428F6A (or 0x428F6A) is known color: Viridian. HEX triplet: 42, 8F and 6A. RGB value is (66,143,106). Sum of RGB (Red+Green+Blue) = 66+143+106=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #428F6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428F6A is #BD7095. Grayscale: #737373. Windows color (decimal): -12415126 or 6983490. OLE color: 6983490.

HSL color Cylindrical-coordinate representation of color #428F6A: hue angle of 151.17º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428F6A is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 143 106 -
CMYK 0.54 0 0.26 0.44
HSL 151.17º 0.37% 0.41% -
HSV(B) 151.17º 0.54% 0.56% -
XYZ 14.67 21.84 17.08 -
YUV 115.76 122.49 92.51 -
System Red Green Blue C M Y K H S L
Decimal 66 143 106 0.54 0 0.26 0.44 151.17 0.37 0.41
Hex 42 8F 6A 36 0 1A 2C 97 25 29
Octal 102 217 152 66 0 32 54 227 45 51
Binary 1000010 10001111 1101010 110110 0 11010 101100 10010111 100101 101001

Color Harmonies of #428F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F6A

Black with #428F6A

Text Example


Text Example

White with #428F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428F6A; }

 p { color: rgb(66,143,106); }

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

background-color css

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

 a { background-color: rgb(66,143,106); }

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

border-color css

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

 span { border-color: rgb(66,143,106); }

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