Html Css Color HEX #427C6D Viridian

📋 copy color: '#427C6D'

red 66 ◦ green 124 ◦ blue 109

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

Shades of Viridian #427C6D

Tints of Viridian #427C6D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.47%

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

R = 22.07%
G = 41.47%
B = 36.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#427C6D (or 0x427C6D) is known color: Viridian. HEX triplet: 42, 7C and 6D. RGB value is (66,124,109). Sum of RGB (Red+Green+Blue) = 66+124+109=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #427C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C6D is #BD8392. Grayscale: #686868. Windows color (decimal): -12419987 or 7175234. OLE color: 7175234.

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

Color convert

RGB 66 124 109 -
CMYK 0.47 0 0.12 0.51
HSL 164.48º 0.31% 0.37% -
HSV(B) 164.48º 0.47% 0.49% -
XYZ 12.21 16.68 17.04 -
YUV 104.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 66 124 109 0.47 0 0.12 0.51 164.48 0.31 0.37
Hex 42 7C 6D 2F 0 C 33 A4 1F 25
Octal 102 174 155 57 0 14 63 244 37 45
Binary 1000010 1111100 1101101 101111 0 1100 110011 10100100 11111 100101

Color Harmonies of #427C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C6D

Black with #427C6D

Text Example


Text Example

White with #427C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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