Html Css Color HEX #398670 Viridian

📋 copy color: '#398670'

red 57 ◦ green 134 ◦ blue 112

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

Shades of Viridian #398670

Tints of Viridian #398670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.22%

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 18.81%
G = 44.22%
B = 36.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#398670 (or 0x398670) is known color: Viridian. HEX triplet: 39, 86 and 70. RGB value is (57,134,112). Sum of RGB (Red+Green+Blue) = 57+134+112=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #398670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398670 is #C6798F. Grayscale: #6C6C6C. Windows color (decimal): -13007248 or 7374393. OLE color: 7374393.

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

Color convert

RGB 57 134 112 -
CMYK 0.57 0 0.16 0.47
HSL 162.86º 0.4% 0.37% -
HSV(B) 162.86º 0.57% 0.53% -
XYZ 13.14 19.09 18.32 -
YUV 108.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 57 134 112 0.57 0 0.16 0.47 162.86 0.4 0.37
Hex 39 86 70 39 0 10 2F A3 28 25
Octal 71 206 160 71 0 20 57 243 50 45
Binary 111001 10000110 1110000 111001 0 10000 101111 10100011 101000 100101

Color Harmonies of #398670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398670

Black with #398670

Text Example


Text Example

White with #398670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398670; }

 p { color: rgb(57,134,112); }

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

background-color css

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

 a { background-color: rgb(57,134,112); }

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

border-color css

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

 span { border-color: rgb(57,134,112); }

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