Html Css Color HEX #398062 Viridian

📋 copy color: '#398062'

red 57 ◦ green 128 ◦ blue 98

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

Shades of Viridian #398062

Tints of Viridian #398062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 20.14%
G = 45.23%
B = 34.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#398062 (or 0x398062) is known color: Viridian. HEX triplet: 39, 80 and 62. RGB value is (57,128,98). Sum of RGB (Red+Green+Blue) = 57+128+98=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #398062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398062 is #C67F9D. Grayscale: #676767. Windows color (decimal): -13008798 or 6455353. OLE color: 6455353.

HSL color Cylindrical-coordinate representation of color #398062: hue angle of 154.65º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398062 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 98 -
CMYK 0.55 0 0.23 0.50
HSL 154.65º 0.38% 0.36% -
HSV(B) 154.65º 0.55% 0.5% -
XYZ 11.61 17.19 14.26 -
YUV 103.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 57 128 98 0.55 0 0.23 0.50 154.65 0.38 0.36
Hex 39 80 62 37 0 17 32 9B 26 24
Octal 71 200 142 67 0 27 62 233 46 44
Binary 111001 10000000 1100010 110111 0 10111 110010 10011011 100110 100100

Color Harmonies of #398062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398062

Black with #398062

Text Example


Text Example

White with #398062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398062; }

 p { color: rgb(57,128,98); }

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

background-color css

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

 a { background-color: rgb(57,128,98); }

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

border-color css

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

 span { border-color: rgb(57,128,98); }

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