Html Css Color HEX #398573 Viridian

📋 copy color: '#398573'

red 57 ◦ green 133 ◦ blue 115

#398573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #398573

Tints of Viridian #398573

RGB

 RED value IS 57 (22.66% from 255) = 18.69%

 GREEN value IS 133 (52.34% from 255) = 43.61%

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 18.69%
G = 43.61%
B = 37.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#398573 (or 0x398573) is known color: Viridian. HEX triplet: 39, 85 and 73. RGB value is (57,133,115). Sum of RGB (Red+Green+Blue) = 57+133+115=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #398573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398573 is #C67A8C. Grayscale: #6C6C6C. Windows color (decimal): -13007501 or 7570745. OLE color: 7570745.

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

Color convert

RGB 57 133 115 -
CMYK 0.57 0 0.14 0.48
HSL 165.79º 0.4% 0.37% -
HSV(B) 165.79º 0.57% 0.52% -
XYZ 13.17 18.88 19.17 -
YUV 108.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 57 133 115 0.57 0 0.14 0.48 165.79 0.4 0.37
Hex 39 85 73 39 0 E 30 A6 28 25
Octal 71 205 163 71 0 16 60 246 50 45
Binary 111001 10000101 1110011 111001 0 1110 110000 10100110 101000 100101

Color Harmonies of #398573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398573

Black with #398573

Text Example


Text Example

White with #398573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398573; }

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

 H1.HeaderClassName
 {
   color: #398573;
 }
 .AnyTagClassName
 {
   color: #398573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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