#438469

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

Shades of Viridian #438469

Tints of Viridian #438469

Color information

#438469 (or 0x438469) is unknown color: approx Viridian. HEX triplet: 43, 84 and 69. RGB value is (67,132,105). Sum of RGB (Red+Green+Blue) = 67+132+105=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #438469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438469 is #BC7B96. Grayscale: #6D6D6D. Windows color (decimal): -12352407 or 6915139. OLE color: 6915139.

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

Color convert

RGB67132105-
CMYK0.4900.200.48
HSL155.08º32.66%39.02%-
HSV(B)155.08º49.24%51.76%-
XYZ13.1218.7216.29-
YUV109.49125.4797.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.04%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=22.04%
G=43.42%
B=34.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671321050.4900.200.48155.0832.6639.02
Hex43846931014309b2127
Octal10320415161024602334147
Binary100001110000100110100111000101010011000010011011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438469; }

 p { color: rgb(67,132,105); }

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

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

 a { background-color: rgb(67,132,105); }

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

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

 span { border-color: rgb(67,132,105); }

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