#438273

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

Shades of Viridian #438273

Tints of Viridian #438273

Color information

#438273 (or 0x438273) is unknown color: approx Viridian. HEX triplet: 43, 82 and 73. RGB value is (67,130,115). Sum of RGB (Red+Green+Blue) = 67+130+115=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #438273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438273 is #BC7D8C. Grayscale: #6D6D6D. Windows color (decimal): -12352909 or 7569987. OLE color: 7569987.

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

Color convert

RGB67130115-
CMYK0.4800.120.49
HSL165.71º31.98%38.63%-
HSV(B)165.71º48.46%50.98%-
XYZ13.3918.419.06-
YUV109.45131.1397.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.47%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=21.47%
G=41.67%
B=36.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671301150.4800.120.49165.7131.9838.63
Hex438273300C31a62027
Octal10320216360014612464047
Binary10000111000001011100111100000110011000110100110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438273; }

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

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

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

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

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

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

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

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