Html Css Color HEX #428167 Viridian

📋 copy color: '#428167'

red 66 ◦ green 129 ◦ blue 103

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

Shades of Viridian #428167

Tints of Viridian #428167

RGB

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

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

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

R = 22.15%
G = 43.29%
B = 34.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#428167 (or 0x428167) is known color: Viridian. HEX triplet: 42, 81 and 67. RGB value is (66,129,103). Sum of RGB (Red+Green+Blue) = 66+129+103=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #428167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428167 is #BD7E98. Grayscale: #6B6B6B. Windows color (decimal): -12418713 or 6783298. OLE color: 6783298.

HSL color Cylindrical-coordinate representation of color #428167: hue angle of 155.24º 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 #428167 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 129 103 -
CMYK 0.49 0 0.20 0.49
HSL 155.24º 0.32% 0.38% -
HSV(B) 155.24º 0.49% 0.51% -
XYZ 12.55 17.84 15.61 -
YUV 107.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 66 129 103 0.49 0 0.20 0.49 155.24 0.32 0.38
Hex 42 81 67 31 0 14 31 9B 20 26
Octal 102 201 147 61 0 24 61 233 40 46
Binary 1000010 10000001 1100111 110001 0 10100 110001 10011011 100000 100110

Color Harmonies of #428167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428167

Black with #428167

Text Example


Text Example

White with #428167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428167; }

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

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

background-color css

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

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

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

border-color css

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

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

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