Html Css Color HEX #428164 Viridian

📋 copy color: '#428164'

red 66 ◦ green 129 ◦ blue 100

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

Shades of Viridian #428164

Tints of Viridian #428164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.73%

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

R = 22.37%
G = 43.73%
B = 33.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#428164 (or 0x428164) is known color: Viridian. HEX triplet: 42, 81 and 64. RGB value is (66,129,100). Sum of RGB (Red+Green+Blue) = 66+129+100=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #428164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428164 is #BD7E9B. Grayscale: #6A6A6A. Windows color (decimal): -12418716 or 6586690. OLE color: 6586690.

HSL color Cylindrical-coordinate representation of color #428164: hue angle of 152.38º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428164 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 100 -
CMYK 0.49 0 0.22 0.49
HSL 152.38º 0.32% 0.38% -
HSV(B) 152.38º 0.49% 0.51% -
XYZ 12.4 17.78 14.83 -
YUV 106.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 66 129 100 0.49 0 0.22 0.49 152.38 0.32 0.38
Hex 42 81 64 31 0 16 31 98 20 26
Octal 102 201 144 61 0 26 61 230 40 46
Binary 1000010 10000001 1100100 110001 0 10110 110001 10011000 100000 100110

Color Harmonies of #428164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428164

Black with #428164

Text Example


Text Example

White with #428164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428164; }

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

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

background-color css

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

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

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

border-color css

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

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

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