#438364

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

Shades of Viridian #438364

Tints of Viridian #438364

Color information

#438364 (or 0x438364) is unknown color: approx Viridian. HEX triplet: 43, 83 and 64. RGB value is (67,131,100). Sum of RGB (Red+Green+Blue) = 67+131+100=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #438364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438364 is #BC7C9B. Grayscale: #6C6C6C. Windows color (decimal): -12352668 or 6587203. OLE color: 6587203.

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

Color convert

RGB67131100-
CMYK0.4900.240.49
HSL150.94º32.32%38.82%-
HSV(B)150.94º48.85%51.37%-
XYZ12.7318.3514.93-
YUV108.33123.398.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.48%
GREEN value IS 131 (51.56% from 255) = 43.96%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=22.48%
G=43.96%
B=33.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671311000.4900.240.49150.9432.3238.82
Hex4383643101831972027
Octal10320314461030612274047
Binary100001110000011110010011000101100011000110010111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438364; }

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

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

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

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

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

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

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

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