Html Css Color HEX #428368 Viridian

📋 copy color: '#428368'

red 66 ◦ green 131 ◦ blue 104

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

Shades of Viridian #428368

Tints of Viridian #428368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 21.93%
G = 43.52%
B = 34.55%

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

#428368 (or 0x428368) is known color: Viridian. HEX triplet: 42, 83 and 68. RGB value is (66,131,104). Sum of RGB (Red+Green+Blue) = 66+131+104=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #428368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428368 is #BD7C97. Grayscale: #6C6C6C. Windows color (decimal): -12418200 or 6849346. OLE color: 6849346.

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

Color convert

RGB 66 131 104 -
CMYK 0.50 0 0.21 0.49
HSL 155.08º 0.33% 0.39% -
HSV(B) 155.08º 0.5% 0.51% -
XYZ 12.86 18.39 15.97 -
YUV 108.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 66 131 104 0.50 0 0.21 0.49 155.08 0.33 0.39
Hex 42 83 68 32 0 15 31 9B 21 27
Octal 102 203 150 62 0 25 61 233 41 47
Binary 1000010 10000011 1101000 110010 0 10101 110001 10011011 100001 100111

Color Harmonies of #428368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428368

Black with #428368

Text Example


Text Example

White with #428368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428368; }

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

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

background-color css

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

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

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

border-color css

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

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

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