#438268

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

Shades of Viridian #438268

Tints of Viridian #438268

Color information

#438268 (or 0x438268) is unknown color: approx Viridian. HEX triplet: 43, 82 and 68. RGB value is (67,130,104). Sum of RGB (Red+Green+Blue) = 67+130+104=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #438268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438268 is #BC7D97. Grayscale: #6C6C6C. Windows color (decimal): -12352920 or 6849091. OLE color: 6849091.

HSL color Cylindrical-coordinate representation of color #438268: hue angle of 155.24º 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 #438268 is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB67130104-
CMYK0.4800.20.49
HSL155.24º31.98%38.63%-
HSV(B)155.24º48.46%50.98%-
XYZ12.818.1615.93-
YUV108.2125.6398.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.26%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=22.26%
G=43.19%
B=34.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671301040.4800.20.49155.2431.9838.63
Hex43826830014319b2027
Octal10320215060024612334047
Binary100001110000010110100011000001010011000110011011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438268; }

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

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

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

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

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

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

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

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