Html Css Color HEX #398361 Viridian

📋 copy color: '#398361'

red 57 ◦ green 131 ◦ blue 97

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

Shades of Viridian #398361

Tints of Viridian #398361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

 BLUE value IS 97 (38.28% from 255) = 34.04%

R = 20%
G = 45.96%
B = 34.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#398361 (or 0x398361) is known color: Viridian. HEX triplet: 39, 83 and 61. RGB value is (57,131,97). Sum of RGB (Red+Green+Blue) = 57+131+97=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #398361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398361 is #C67C9E. Grayscale: #696969. Windows color (decimal): -13008031 or 6390585. OLE color: 6390585.

HSL color Cylindrical-coordinate representation of color #398361: hue angle of 152.43º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398361 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 131 97 -
CMYK 0.56 0 0.26 0.49
HSL 152.43º 0.39% 0.37% -
HSV(B) 152.43º 0.56% 0.51% -
XYZ 11.96 17.97 14.15 -
YUV 105 123.48 93.76 -
System Red Green Blue C M Y K H S L
Decimal 57 131 97 0.56 0 0.26 0.49 152.43 0.39 0.37
Hex 39 83 61 38 0 1A 31 98 27 25
Octal 71 203 141 70 0 32 61 230 47 45
Binary 111001 10000011 1100001 111000 0 11010 110001 10011000 100111 100101

Color Harmonies of #398361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398361

Black with #398361

Text Example


Text Example

White with #398361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398361; }

 p { color: rgb(57,131,97); }

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

background-color css

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

 a { background-color: rgb(57,131,97); }

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

border-color css

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

 span { border-color: rgb(57,131,97); }

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