Html Css Color HEX #427E72 Viridian

📋 copy color: '#427E72'

red 66 ◦ green 126 ◦ blue 114

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

Shades of Viridian #427E72

Tints of Viridian #427E72

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.18%

 BLUE value IS 114 (44.92% from 255) = 37.25%

R = 21.57%
G = 41.18%
B = 37.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#427E72 (or 0x427E72) is known color: Viridian. HEX triplet: 42, 7E and 72. RGB value is (66,126,114). Sum of RGB (Red+Green+Blue) = 66+126+114=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #427E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E72 is #BD818D. Grayscale: #6A6A6A. Windows color (decimal): -12419470 or 7503426. OLE color: 7503426.

HSL color Cylindrical-coordinate representation of color #427E72: hue angle of 168º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E72 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 114 -
CMYK 0.48 0 0.10 0.51
HSL 168º 0.31% 0.38% -
HSV(B) 168º 0.48% 0.49% -
XYZ 12.74 17.29 18.59 -
YUV 106.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 66 126 114 0.48 0 0.10 0.51 168 0.31 0.38
Hex 42 7E 72 30 0 A 33 A8 1F 26
Octal 102 176 162 60 0 12 63 250 37 46
Binary 1000010 1111110 1110010 110000 0 1010 110011 10101000 11111 100110

Color Harmonies of #427E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E72

Black with #427E72

Text Example


Text Example

White with #427E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,126,114); }

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

background-color css

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

 a { background-color: rgb(66,126,114); }

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

border-color css

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

 span { border-color: rgb(66,126,114); }

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