#427768

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

Shades of Viridian #427768

Tints of Viridian #427768

Color information

#427768 (or 0x427768) is unknown color: approx Viridian. HEX triplet: 42, 77 and 68. RGB value is (66,119,104). Sum of RGB (Red+Green+Blue) = 66+119+104=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #427768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427768 is #BD8897. Grayscale: #656565. Windows color (decimal): -12421272 or 6846274. OLE color: 6846274.

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

Color convert

RGB66119104-
CMYK0.4500.130.53
HSL163.02º28.65%36.27%-
HSV(B)163.02º44.54%46.67%-
XYZ11.3415.3515.46-
YUV101.44129.44102.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=22.84%
G=41.18%
B=35.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661191040.4500.130.53163.0228.6536.27
Hex4277682D0D35a31d24
Octal10216715055015652433544
Binary100001011101111101000101101011011101011010001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427768; }

 p { color: rgb(66,119,104); }

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

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

 a { background-color: rgb(66,119,104); }

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

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

 span { border-color: rgb(66,119,104); }

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