Html Css Color HEX #428564 Viridian

📋 copy color: '#428564'

red 66 ◦ green 133 ◦ blue 100

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

Shades of Viridian #428564

Tints of Viridian #428564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.48%

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 22.07%
G = 44.48%
B = 33.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#428564 (or 0x428564) is known color: Viridian. HEX triplet: 42, 85 and 64. RGB value is (66,133,100). Sum of RGB (Red+Green+Blue) = 66+133+100=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #428564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428564 is #BD7A9B. Grayscale: #6D6D6D. Windows color (decimal): -12417692 or 6587714. OLE color: 6587714.

HSL color Cylindrical-coordinate representation of color #428564: hue angle of 150.45º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428564 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 100 -
CMYK 0.50 0 0.25 0.48
HSL 150.45º 0.34% 0.39% -
HSV(B) 150.45º 0.5% 0.52% -
XYZ 12.93 18.85 15.01 -
YUV 109.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 66 133 100 0.50 0 0.25 0.48 150.45 0.34 0.39
Hex 42 85 64 32 0 19 30 96 22 27
Octal 102 205 144 62 0 31 60 226 42 47
Binary 1000010 10000101 1100100 110010 0 11001 110000 10010110 100010 100111

Color Harmonies of #428564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428564

Black with #428564

Text Example


Text Example

White with #428564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428564; }

 p { color: rgb(66,133,100); }

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

background-color css

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

 a { background-color: rgb(66,133,100); }

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

border-color css

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

 span { border-color: rgb(66,133,100); }

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