#438267

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

Shades of Viridian #438267

Tints of Viridian #438267

Color information

#438267 (or 0x438267) is unknown color: approx Viridian. HEX triplet: 43, 82 and 67. RGB value is (67,130,103). Sum of RGB (Red+Green+Blue) = 67+130+103=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #438267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438267 is #BC7D98. Grayscale: #6C6C6C. Windows color (decimal): -12352921 or 6783555. OLE color: 6783555.

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

Color convert

RGB67130103-
CMYK0.4800.210.49
HSL154.29º31.98%38.63%-
HSV(B)154.29º48.46%50.98%-
XYZ12.7518.1415.66-
YUV108.08125.1398.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.33%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 103 (40.62% from 255) = 34.33%
R=22.33%
G=43.33%
B=34.33%

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
Decimal671301030.4800.210.49154.2931.9838.63
Hex43826730015319a2027
Octal10320214760025612324047
Binary100001110000010110011111000001010111000110011010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438267; }

 p { color: rgb(67,130,103); }

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

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

 a { background-color: rgb(67,130,103); }

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

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

 span { border-color: rgb(67,130,103); }

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