#427B6C

Color #427B6C Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #427B6C

Tints of Viridian #427B6C

Color information

#427B6C (or 0x427B6C) is unknown color: approx Viridian. HEX triplet: 42, 7B and 6C. RGB value is (66,123,108). Sum of RGB (Red+Green+Blue) = 66+123+108=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #427B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B6C is #BD8493. Grayscale: #686868. Windows color (decimal): -12420244 or 7109442. OLE color: 7109442.

HSL color Cylindrical-coordinate representation of color #427B6C: hue angle of 164.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427B6C is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB66123108-
CMYK0.4600.120.52
HSL164.21º30.16%37.06%-
HSV(B)164.21º46.34%48.24%-
XYZ12.0416.4116.72-
YUV104.25130.12100.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 123 (48.44% from 255) = 41.41%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=22.22%
G=41.41%
B=36.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661231080.4600.120.52164.2130.1637.06
Hex427B6C2E0C34a41e25
Octal10217315456014642443645
Binary100001011110111101100101110011001101001010010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,123,108); }

 H1.HeaderClassName
 {
   color: #427B6C;
 }
 .AnyTagClassName
 {
   color: #427B6C;
 }
</style>
background-color css

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

 a { background-color: rgb(66,123,108); }

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

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

 span { border-color: rgb(66,123,108); }

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