#438166

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

Shades of Viridian #438166

Tints of Viridian #438166

Color information

#438166 (or 0x438166) is unknown color: approx Viridian. HEX triplet: 43, 81 and 66. RGB value is (67,129,102). Sum of RGB (Red+Green+Blue) = 67+129+102=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #438166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438166 is #BC7E99. Grayscale: #6B6B6B. Windows color (decimal): -12353178 or 6717763. OLE color: 6717763.

HSL color Cylindrical-coordinate representation of color #438166: hue angle of 153.87º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438166 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB67129102-
CMYK0.4800.210.49
HSL153.87º31.63%38.43%-
HSV(B)153.87º48.06%50.59%-
XYZ12.5617.8515.35-
YUV107.38124.9699.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.48%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=22.48%
G=43.29%
B=34.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671291020.4800.210.49153.8731.6338.43
Hex43816630015319a2026
Octal10320114660025612324046
Binary100001110000001110011011000001010111000110011010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438166; }

 p { color: rgb(67,129,102); }

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

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

 a { background-color: rgb(67,129,102); }

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

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

 span { border-color: rgb(67,129,102); }

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