#398475

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

Shades of Viridian #398475

Tints of Viridian #398475

Color information

#398475 (or 0x398475) is unknown color: approx Viridian. HEX triplet: 39, 84 and 75. RGB value is (57,132,117). Sum of RGB (Red+Green+Blue) = 57+132+117=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #398475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398475 is #C67B8A. Grayscale: #6B6B6B. Windows color (decimal): -13007755 or 7701561. OLE color: 7701561.

HSL color Cylindrical-coordinate representation of color #398475: hue angle of 168º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398475 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB57132117-
CMYK0.5700.110.48
HSL168º39.68%37.06%-
HSV(B)168º56.82%51.76%-
XYZ13.1518.6619.74-
YUV107.86133.1591.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 132 (51.95% from 255) = 43.14%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=18.63%
G=43.14%
B=38.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571321170.5700.110.4816839.6837.06
Hex398475390B30a82825
Octal7120416571013602505045
Binary1110011000010011101011110010101111000010101000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398475; }

 p { color: rgb(57,132,117); }

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

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

 a { background-color: rgb(57,132,117); }

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

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

 span { border-color: rgb(57,132,117); }

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