Html Css Color HEX #427660 Viridian

📋 copy color: '#427660'

red 66 ◦ green 118 ◦ blue 96

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

Shades of Viridian #427660

Tints of Viridian #427660

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 23.57%
G = 42.14%
B = 34.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#427660 (or 0x427660) is known color: Viridian. HEX triplet: 42, 76 and 60. RGB value is (66,118,96). Sum of RGB (Red+Green+Blue) = 66+118+96=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #427660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427660 is #BD899F. Grayscale: #636363. Windows color (decimal): -12421536 or 6321730. OLE color: 6321730.

HSL color Cylindrical-coordinate representation of color #427660: hue angle of 154.62º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427660 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 96 -
CMYK 0.44 0 0.19 0.54
HSL 154.62º 0.28% 0.36% -
HSV(B) 154.62º 0.44% 0.46% -
XYZ 10.84 14.96 13.38 -
YUV 99.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 66 118 96 0.44 0 0.19 0.54 154.62 0.28 0.36
Hex 42 76 60 2C 0 13 36 9B 1C 24
Octal 102 166 140 54 0 23 66 233 34 44
Binary 1000010 1110110 1100000 101100 0 10011 110110 10011011 11100 100100

Color Harmonies of #427660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427660

Black with #427660

Text Example


Text Example

White with #427660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427660; }

 p { color: rgb(66,118,96); }

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

background-color css

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

 a { background-color: rgb(66,118,96); }

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

border-color css

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

 span { border-color: rgb(66,118,96); }

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