Html Css Color HEX #428565 Viridian

📋 copy color: '#428565'

red 66 ◦ green 133 ◦ blue 101

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

Shades of Viridian #428565

Tints of Viridian #428565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 22%
G = 44.33%
B = 33.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#428565 (or 0x428565) is known color: Viridian. HEX triplet: 42, 85 and 65. RGB value is (66,133,101). Sum of RGB (Red+Green+Blue) = 66+133+101=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #428565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428565 is #BD7A9A. Grayscale: #6D6D6D. Windows color (decimal): -12417691 or 6653250. OLE color: 6653250.

HSL color Cylindrical-coordinate representation of color #428565: hue angle of 151.34º 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 #428565 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 101 -
CMYK 0.50 0 0.24 0.48
HSL 151.34º 0.34% 0.39% -
HSV(B) 151.34º 0.5% 0.52% -
XYZ 12.98 18.87 15.27 -
YUV 109.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 66 133 101 0.50 0 0.24 0.48 151.34 0.34 0.39
Hex 42 85 65 32 0 18 30 97 22 27
Octal 102 205 145 62 0 30 60 227 42 47
Binary 1000010 10000101 1100101 110010 0 11000 110000 10010111 100010 100111

Color Harmonies of #428565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428565

Black with #428565

Text Example


Text Example

White with #428565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428565; }

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

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

background-color css

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

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

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

border-color css

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

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

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