Html Css Color HEX #428367 Viridian

📋 copy color: '#428367'

red 66 ◦ green 131 ◦ blue 103

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

Shades of Viridian #428367

Tints of Viridian #428367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

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

R = 22%
G = 43.67%
B = 34.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#428367 (or 0x428367) is known color: Viridian. HEX triplet: 42, 83 and 67. RGB value is (66,131,103). Sum of RGB (Red+Green+Blue) = 66+131+103=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #428367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428367 is #BD7C98. Grayscale: #6C6C6C. Windows color (decimal): -12418201 or 6783810. OLE color: 6783810.

HSL color Cylindrical-coordinate representation of color #428367: hue angle of 154.15º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428367 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 103 -
CMYK 0.50 0 0.21 0.49
HSL 154.15º 0.33% 0.39% -
HSV(B) 154.15º 0.5% 0.51% -
XYZ 12.81 18.37 15.7 -
YUV 108.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 66 131 103 0.50 0 0.21 0.49 154.15 0.33 0.39
Hex 42 83 67 32 0 15 31 9A 21 27
Octal 102 203 147 62 0 25 61 232 41 47
Binary 1000010 10000011 1100111 110010 0 10101 110001 10011010 100001 100111

Color Harmonies of #428367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428367

Black with #428367

Text Example


Text Example

White with #428367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428367; }

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

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

background-color css

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

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

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

border-color css

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

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

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