#427967

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

Shades of Viridian #427967

Tints of Viridian #427967

Color information

#427967 (or 0x427967) is unknown color: approx Viridian. HEX triplet: 42, 79 and 67. RGB value is (66,121,103). Sum of RGB (Red+Green+Blue) = 66+121+103=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #427967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427967 is #BD8698. Grayscale: #666666. Windows color (decimal): -12420761 or 6781250. OLE color: 6781250.

HSL color Cylindrical-coordinate representation of color #427967: hue angle of 160.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427967 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB66121103-
CMYK0.4500.150.53
HSL160.36º29.41%36.67%-
HSV(B)160.36º45.45%47.45%-
XYZ11.5315.8115.28-
YUV102.5128.28101.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=22.76%
G=41.72%
B=35.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661211030.4500.150.53160.3629.4136.67
Hex4279672D0F35a01d25
Octal10217114755017652403545
Binary100001011110011100111101101011111101011010000011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427967; }

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

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

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

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

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

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

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

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