#438378

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

Shades of Viridian #438378

Tints of Viridian #438378

Color information

#438378 (or 0x438378) is unknown color: approx Viridian. HEX triplet: 43, 83 and 78. RGB value is (67,131,120). Sum of RGB (Red+Green+Blue) = 67+131+120=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #438378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438378 is #BC7C87. Grayscale: #6E6E6E. Windows color (decimal): -12352648 or 7897923. OLE color: 7897923.

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

Color convert

RGB67131120-
CMYK0.4900.080.49
HSL169.69º32.32%38.82%-
HSV(B)169.69º48.85%51.37%-
XYZ13.8218.7820.67-
YUV110.61133.396.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.07%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=21.07%
G=41.19%
B=37.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671311200.4900.080.49169.6932.3238.82
Hex438378310831aa2027
Octal10320317061010612524047
Binary10000111000001111110001100010100011000110101010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438378; }

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

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

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

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

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

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

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

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