Html Css Color HEX #427F71 Viridian

📋 copy color: '#427F71'

red 66 ◦ green 127 ◦ blue 113

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

Shades of Viridian #427F71

Tints of Viridian #427F71

RGB

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

 GREEN value IS 127 (50% from 255) = 41.5%

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 21.57%
G = 41.5%
B = 36.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#427F71 (or 0x427F71) is known color: Viridian. HEX triplet: 42, 7F and 71. RGB value is (66,127,113). Sum of RGB (Red+Green+Blue) = 66+127+113=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 127 - color contains mainly: green. Hex color #427F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F71 is #BD808E. Grayscale: #6B6B6B. Windows color (decimal): -12419215 or 7438146. OLE color: 7438146.

HSL color Cylindrical-coordinate representation of color #427F71: hue angle of 166.23º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F71 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 127 113 -
CMYK 0.48 0 0.11 0.50
HSL 166.23º 0.32% 0.38% -
HSV(B) 166.23º 0.48% 0.5% -
XYZ 12.82 17.53 18.33 -
YUV 107.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 66 127 113 0.48 0 0.11 0.50 166.23 0.32 0.38
Hex 42 7F 71 30 0 B 32 A6 20 26
Octal 102 177 161 60 0 13 62 246 40 46
Binary 1000010 1111111 1110001 110000 0 1011 110010 10100110 100000 100110

Color Harmonies of #427F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F71

Black with #427F71

Text Example


Text Example

White with #427F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427F71; }

 p { color: rgb(66,127,113); }

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

background-color css

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

 a { background-color: rgb(66,127,113); }

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

border-color css

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

 span { border-color: rgb(66,127,113); }

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