Html Css Color HEX #427C6F Viridian

📋 copy color: '#427C6F'

red 66 ◦ green 124 ◦ blue 111

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

Shades of Viridian #427C6F

Tints of Viridian #427C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 21.93%
G = 41.2%
B = 36.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#427C6F (or 0x427C6F) is known color: Viridian. HEX triplet: 42, 7C and 6F. RGB value is (66,124,111). Sum of RGB (Red+Green+Blue) = 66+124+111=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #427C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C6F is #BD8390. Grayscale: #696969. Windows color (decimal): -12419985 or 7306306. OLE color: 7306306.

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

Color convert

RGB 66 124 111 -
CMYK 0.47 0 0.10 0.51
HSL 166.55º 0.31% 0.37% -
HSV(B) 166.55º 0.47% 0.49% -
XYZ 12.32 16.72 17.62 -
YUV 105.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 66 124 111 0.47 0 0.10 0.51 166.55 0.31 0.37
Hex 42 7C 6F 2F 0 A 33 A7 1F 25
Octal 102 174 157 57 0 12 63 247 37 45
Binary 1000010 1111100 1101111 101111 0 1010 110011 10100111 11111 100101

Color Harmonies of #427C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C6F

Black with #427C6F

Text Example


Text Example

White with #427C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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