Html Css Color HEX #428663 Viridian

📋 copy color: '#428663'

red 66 ◦ green 134 ◦ blue 99

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

Shades of Viridian #428663

Tints of Viridian #428663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 22.07%
G = 44.82%
B = 33.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#428663 (or 0x428663) is known color: Viridian. HEX triplet: 42, 86 and 63. RGB value is (66,134,99). Sum of RGB (Red+Green+Blue) = 66+134+99=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #428663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428663 is #BD799C. Grayscale: #6D6D6D. Windows color (decimal): -12417437 or 6522434. OLE color: 6522434.

HSL color Cylindrical-coordinate representation of color #428663: hue angle of 149.12º 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 #428663 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 99 -
CMYK 0.51 0 0.26 0.47
HSL 149.12º 0.34% 0.39% -
HSV(B) 149.12º 0.51% 0.53% -
XYZ 13.02 19.11 14.81 -
YUV 109.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 66 134 99 0.51 0 0.26 0.47 149.12 0.34 0.39
Hex 42 86 63 33 0 1A 2F 95 22 27
Octal 102 206 143 63 0 32 57 225 42 47
Binary 1000010 10000110 1100011 110011 0 11010 101111 10010101 100010 100111

Color Harmonies of #428663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428663

Black with #428663

Text Example


Text Example

White with #428663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428663; }

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

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

background-color css

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

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

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

border-color css

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

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

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