Html Css Color HEX #398261 Viridian

📋 copy color: '#398261'

red 57 ◦ green 130 ◦ blue 97

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

Shades of Viridian #398261

Tints of Viridian #398261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.77%

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

R = 20.07%
G = 45.77%
B = 34.15%

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

#398261 (or 0x398261) is known color: Viridian. HEX triplet: 39, 82 and 61. RGB value is (57,130,97). Sum of RGB (Red+Green+Blue) = 57+130+97=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #398261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398261 is #C67D9E. Grayscale: #686868. Windows color (decimal): -13008287 or 6390329. OLE color: 6390329.

HSL color Cylindrical-coordinate representation of color #398261: hue angle of 152.88º 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 #398261 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 130 97 -
CMYK 0.56 0 0.25 0.49
HSL 152.88º 0.39% 0.37% -
HSV(B) 152.88º 0.56% 0.51% -
XYZ 11.83 17.7 14.1 -
YUV 104.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 57 130 97 0.56 0 0.25 0.49 152.88 0.39 0.37
Hex 39 82 61 38 0 19 31 99 27 25
Octal 71 202 141 70 0 31 61 231 47 45
Binary 111001 10000010 1100001 111000 0 11001 110001 10011001 100111 100101

Color Harmonies of #398261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398261

Black with #398261

Text Example


Text Example

White with #398261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398261; }

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

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

background-color css

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

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

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

border-color css

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

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

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