Html Css Color HEX #427E6D Viridian

📋 copy color: '#427E6D'

red 66 ◦ green 126 ◦ blue 109

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

Shades of Viridian #427E6D

Tints of Viridian #427E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 21.93%
G = 41.86%
B = 36.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#427E6D (or 0x427E6D) is known color: Viridian. HEX triplet: 42, 7E and 6D. RGB value is (66,126,109). Sum of RGB (Red+Green+Blue) = 66+126+109=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #427E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E6D is #BD8192. Grayscale: #6A6A6A. Windows color (decimal): -12419475 or 7175746. OLE color: 7175746.

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

Color convert

RGB 66 126 109 -
CMYK 0.48 0 0.13 0.51
HSL 163º 0.31% 0.38% -
HSV(B) 163º 0.48% 0.49% -
XYZ 12.47 17.18 17.13 -
YUV 106.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 66 126 109 0.48 0 0.13 0.51 163 0.31 0.38
Hex 42 7E 6D 30 0 D 33 A3 1F 26
Octal 102 176 155 60 0 15 63 243 37 46
Binary 1000010 1111110 1101101 110000 0 1101 110011 10100011 11111 100110

Color Harmonies of #427E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E6D

Black with #427E6D

Text Example


Text Example

White with #427E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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