#438464

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

Shades of Viridian #438464

Tints of Viridian #438464

Color information

#438464 (or 0x438464) is unknown color: approx Viridian. HEX triplet: 43, 84 and 64. RGB value is (67,132,100). Sum of RGB (Red+Green+Blue) = 67+132+100=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #438464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438464 is #BC7B9B. Grayscale: #6C6C6C. Windows color (decimal): -12352412 or 6587459. OLE color: 6587459.

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

Color convert

RGB67132100-
CMYK0.4900.240.48
HSL150.46º32.66%39.02%-
HSV(B)150.46º49.24%51.76%-
XYZ12.8718.6214.97-
YUV108.92122.9798.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.41%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=22.41%
G=44.15%
B=33.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671321000.4900.240.48150.4632.6639.02
Hex4384643101830962127
Octal10320414461030602264147
Binary100001110000100110010011000101100011000010010110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438464; }

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

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

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

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

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

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

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

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