Html Css Color HEX #398065 Viridian

📋 copy color: '#398065'

red 57 ◦ green 128 ◦ blue 101

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

Shades of Viridian #398065

Tints of Viridian #398065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 19.93%
G = 44.76%
B = 35.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#398065 (or 0x398065) is known color: Viridian. HEX triplet: 39, 80 and 65. RGB value is (57,128,101). Sum of RGB (Red+Green+Blue) = 57+128+101=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #398065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398065 is #C67F9A. Grayscale: #676767. Windows color (decimal): -13008795 or 6651961. OLE color: 6651961.

HSL color Cylindrical-coordinate representation of color #398065: hue angle of 157.18º 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 #398065 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 101 -
CMYK 0.55 0 0.21 0.50
HSL 157.18º 0.38% 0.36% -
HSV(B) 157.18º 0.55% 0.5% -
XYZ 11.76 17.25 15.02 -
YUV 103.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 57 128 101 0.55 0 0.21 0.50 157.18 0.38 0.36
Hex 39 80 65 37 0 15 32 9D 26 24
Octal 71 200 145 67 0 25 62 235 46 44
Binary 111001 10000000 1100101 110111 0 10101 110010 10011101 100110 100100

Color Harmonies of #398065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398065

Black with #398065

Text Example


Text Example

White with #398065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398065; }

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

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

background-color css

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

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

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

border-color css

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

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

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