#467867

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

Shades of Viridian #467867

Tints of Viridian #467867

Color information

#467867 (or 0x467867) is unknown color: approx Viridian. HEX triplet: 46, 78 and 67. RGB value is (70,120,103). Sum of RGB (Red+Green+Blue) = 70+120+103=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #467867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467867 is #B98798. Grayscale: #676767. Windows color (decimal): -12158873 or 6780998. OLE color: 6780998.

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

Color convert

RGB70120103-
CMYK0.4200.140.53
HSL159.6º26.32%37.25%-
HSV(B)159.6º41.67%47.06%-
XYZ11.6915.7115.25-
YUV103.11127.94104.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 103 (40.62% from 255) = 35.15%
R=23.89%
G=40.96%
B=35.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701201030.4200.140.53159.626.3237.25
Hex4678672A0E35a01a25
Octal10617014752016652403245
Binary100011011110001100111101010011101101011010000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467867; }

 p { color: rgb(70,120,103); }

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

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

 a { background-color: rgb(70,120,103); }

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

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

 span { border-color: rgb(70,120,103); }

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