#438275

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

Shades of Viridian #438275

Tints of Viridian #438275

Color information

#438275 (or 0x438275) is unknown color: approx Viridian. HEX triplet: 43, 82 and 75. RGB value is (67,130,117). Sum of RGB (Red+Green+Blue) = 67+130+117=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #438275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438275 is #BC7D8A. Grayscale: #6D6D6D. Windows color (decimal): -12352907 or 7701059. OLE color: 7701059.

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

Color convert

RGB67130117-
CMYK0.4800.10.49
HSL167.62º31.98%38.63%-
HSV(B)167.62º48.46%50.98%-
XYZ13.5118.4419.68-
YUV109.68132.1397.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.34%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=21.34%
G=41.40%
B=37.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671301170.4800.10.49167.6231.9838.63
Hex438275300A31a82027
Octal10320216560012612504047
Binary10000111000001011101011100000101011000110101000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438275; }

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

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

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

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

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

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

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

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