Html Css Color HEX #427E6A Viridian

📋 copy color: '#427E6A'

red 66 ◦ green 126 ◦ blue 106

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

Shades of Viridian #427E6A

Tints of Viridian #427E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 22.15%
G = 42.28%
B = 35.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#427E6A (or 0x427E6A) is known color: Viridian. HEX triplet: 42, 7E and 6A. RGB value is (66,126,106). Sum of RGB (Red+Green+Blue) = 66+126+106=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #427E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E6A is #BD8195. Grayscale: #696969. Windows color (decimal): -12419478 or 6979138. OLE color: 6979138.

HSL color Cylindrical-coordinate representation of color #427E6A: hue angle of 160º 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 #427E6A is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 106 -
CMYK 0.48 0 0.16 0.51
HSL 160º 0.31% 0.38% -
HSV(B) 160º 0.48% 0.49% -
XYZ 12.31 17.12 16.29 -
YUV 105.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 66 126 106 0.48 0 0.16 0.51 160 0.31 0.38
Hex 42 7E 6A 30 0 10 33 A0 1F 26
Octal 102 176 152 60 0 20 63 240 37 46
Binary 1000010 1111110 1101010 110000 0 10000 110011 10100000 11111 100110

Color Harmonies of #427E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E6A

Black with #427E6A

Text Example


Text Example

White with #427E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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