#427667

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

Shades of Viridian #427667

Tints of Viridian #427667

Color information

#427667 (or 0x427667) is unknown color: approx Viridian. HEX triplet: 42, 76 and 67. RGB value is (66,118,103). Sum of RGB (Red+Green+Blue) = 66+118+103=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #427667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427667 is #BD8998. Grayscale: #646464. Windows color (decimal): -12421529 or 6780482. OLE color: 6780482.

HSL color Cylindrical-coordinate representation of color #427667: hue angle of 162.69º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427667 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB66118103-
CMYK0.4400.130.54
HSL162.69º28.26%36.08%-
HSV(B)162.69º44.07%46.27%-
XYZ11.1715.0915.16-
YUV100.74129.27103.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=23.00%
G=41.11%
B=35.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661181030.4400.130.54162.6928.2636.08
Hex4276672C0D36a31c24
Octal10216614754015662433444
Binary100001011101101100111101100011011101101010001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427667; }

 p { color: rgb(66,118,103); }

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

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

 a { background-color: rgb(66,118,103); }

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

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

 span { border-color: rgb(66,118,103); }

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