Html Css Color HEX #398161 Viridian

📋 copy color: '#398161'

red 57 ◦ green 129 ◦ blue 97

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

Shades of Viridian #398161

Tints of Viridian #398161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.58%

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

R = 20.14%
G = 45.58%
B = 34.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#398161 (or 0x398161) is known color: Viridian. HEX triplet: 39, 81 and 61. RGB value is (57,129,97). Sum of RGB (Red+Green+Blue) = 57+129+97=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #398161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398161 is #C67E9E. Grayscale: #676767. Windows color (decimal): -13008543 or 6390073. OLE color: 6390073.

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

Color convert

RGB 57 129 97 -
CMYK 0.56 0 0.25 0.49
HSL 153.33º 0.39% 0.36% -
HSV(B) 153.33º 0.56% 0.51% -
XYZ 11.7 17.43 14.06 -
YUV 103.82 124.15 94.6 -
System Red Green Blue C M Y K H S L
Decimal 57 129 97 0.56 0 0.25 0.49 153.33 0.39 0.36
Hex 39 81 61 38 0 19 31 99 27 24
Octal 71 201 141 70 0 31 61 231 47 44
Binary 111001 10000001 1100001 111000 0 11001 110001 10011001 100111 100100

Color Harmonies of #398161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398161

Black with #398161

Text Example


Text Example

White with #398161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398161; }

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

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

background-color css

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

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

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

border-color css

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

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

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