Html Css Color HEX #428967 Viridian

📋 copy color: '#428967'

red 66 ◦ green 137 ◦ blue 103

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

Shades of Viridian #428967

Tints of Viridian #428967

RGB

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

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

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

R = 21.57%
G = 44.77%
B = 33.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#428967 (or 0x428967) is known color: Viridian. HEX triplet: 42, 89 and 67. RGB value is (66,137,103). Sum of RGB (Red+Green+Blue) = 66+137+103=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #428967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428967 is #BD7698. Grayscale: #6F6F6F. Windows color (decimal): -12416665 or 6785346. OLE color: 6785346.

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

Color convert

RGB 66 137 103 -
CMYK 0.52 0 0.25 0.46
HSL 151.27º 0.35% 0.4% -
HSV(B) 151.27º 0.52% 0.54% -
XYZ 13.64 20.03 15.98 -
YUV 111.9 122.98 95.26 -
System Red Green Blue C M Y K H S L
Decimal 66 137 103 0.52 0 0.25 0.46 151.27 0.35 0.4
Hex 42 89 67 34 0 19 2E 97 23 28
Octal 102 211 147 64 0 31 56 227 43 50
Binary 1000010 10001001 1100111 110100 0 11001 101110 10010111 100011 101000

Color Harmonies of #428967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428967

Black with #428967

Text Example


Text Example

White with #428967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428967; }

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

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

background-color css

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

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

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

border-color css

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

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

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