Html Css Color HEX #428667 Viridian

📋 copy color: '#428667'

red 66 ◦ green 134 ◦ blue 103

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

Shades of Viridian #428667

Tints of Viridian #428667

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.22%

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 21.78%
G = 44.22%
B = 33.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#428667 (or 0x428667) is known color: Viridian. HEX triplet: 42, 86 and 67. RGB value is (66,134,103). Sum of RGB (Red+Green+Blue) = 66+134+103=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #428667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428667 is #BD7998. Grayscale: #6E6E6E. Windows color (decimal): -12417433 or 6784578. OLE color: 6784578.

HSL color Cylindrical-coordinate representation of color #428667: hue angle of 152.65º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428667 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 103 -
CMYK 0.51 0 0.23 0.47
HSL 152.65º 0.34% 0.39% -
HSV(B) 152.65º 0.51% 0.53% -
XYZ 13.22 19.19 15.84 -
YUV 110.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 66 134 103 0.51 0 0.23 0.47 152.65 0.34 0.39
Hex 42 86 67 33 0 17 2F 99 22 27
Octal 102 206 147 63 0 27 57 231 42 47
Binary 1000010 10000110 1100111 110011 0 10111 101111 10011001 100010 100111

Color Harmonies of #428667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428667

Black with #428667

Text Example


Text Example

White with #428667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428667; }

 p { color: rgb(66,134,103); }

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

background-color css

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

 a { background-color: rgb(66,134,103); }

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

border-color css

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

 span { border-color: rgb(66,134,103); }

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