#398571

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

Shades of Viridian #398571

Tints of Viridian #398571

Color information

#398571 (or 0x398571) is unknown color: approx Viridian. HEX triplet: 39, 85 and 71. RGB value is (57,133,113). Sum of RGB (Red+Green+Blue) = 57+133+113=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #398571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398571 is #C67A8E. Grayscale: #6C6C6C. Windows color (decimal): -13007503 or 7439673. OLE color: 7439673.

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

Color convert

RGB57133113-
CMYK0.5700.150.48
HSL164.21º40%37.25%-
HSV(B)164.21º57.14%52.16%-
XYZ13.0618.8418.57-
YUV108130.8291.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=18.81%
G=43.89%
B=37.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571331130.5700.150.48164.214037.25
Hex398571390F30a42825
Octal7120516171017602445045
Binary1110011000010111100011110010111111000010100100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398571; }

 p { color: rgb(57,133,113); }

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

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

 a { background-color: rgb(57,133,113); }

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

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

 span { border-color: rgb(57,133,113); }

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