#427B69

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

Shades of Viridian #427B69

Tints of Viridian #427B69

Color information

#427B69 (or 0x427B69) is unknown color: approx Viridian. HEX triplet: 42, 7B and 69. RGB value is (66,123,105). Sum of RGB (Red+Green+Blue) = 66+123+105=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 123 - color contains mainly: green. Hex color #427B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B69 is #BD8496. Grayscale: #676767. Windows color (decimal): -12420247 or 6912834. OLE color: 6912834.

HSL color Cylindrical-coordinate representation of color #427B69: hue angle of 161.05º 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 #427B69 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB66123105-
CMYK0.4600.150.52
HSL161.05º30.16%37.06%-
HSV(B)161.05º46.34%48.24%-
XYZ11.8816.3415.89-
YUV103.9128.62100.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 123 (48.44% from 255) = 41.84%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=22.45%
G=41.84%
B=35.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661231050.4600.150.52161.0530.1637.06
Hex427B692E0F34a11e25
Octal10217315156017642413645
Binary100001011110111101001101110011111101001010000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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