Html Css Color HEX #428964 Viridian

📋 copy color: '#428964'

red 66 ◦ green 137 ◦ blue 100

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

Shades of Viridian #428964

Tints of Viridian #428964

RGB

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

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

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

R = 21.78%
G = 45.21%
B = 33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#428964 (or 0x428964) is known color: Viridian. HEX triplet: 42, 89 and 64. RGB value is (66,137,100). Sum of RGB (Red+Green+Blue) = 66+137+100=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #428964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428964 is #BD769B. Grayscale: #6F6F6F. Windows color (decimal): -12416668 or 6588738. OLE color: 6588738.

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

Color convert

RGB 66 137 100 -
CMYK 0.52 0 0.27 0.46
HSL 148.73º 0.35% 0.4% -
HSV(B) 148.73º 0.52% 0.54% -
XYZ 13.49 19.97 15.2 -
YUV 111.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 66 137 100 0.52 0 0.27 0.46 148.73 0.35 0.4
Hex 42 89 64 34 0 1B 2E 95 23 28
Octal 102 211 144 64 0 33 56 225 43 50
Binary 1000010 10001001 1100100 110100 0 11011 101110 10010101 100011 101000

Color Harmonies of #428964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428964

Black with #428964

Text Example


Text Example

White with #428964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428964; }

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

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

background-color css

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

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

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

border-color css

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

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

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