Html Css Color HEX #397765 Viridian

📋 copy color: '#397765'

red 57 ◦ green 119 ◦ blue 101

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

Shades of Viridian #397765

Tints of Viridian #397765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

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

R = 20.58%
G = 42.96%
B = 36.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#397765 (or 0x397765) is known color: Viridian. HEX triplet: 39, 77 and 65. RGB value is (57,119,101). Sum of RGB (Red+Green+Blue) = 57+119+101=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #397765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397765 is #C6889A. Grayscale: #626262. Windows color (decimal): -13011099 or 6649657. OLE color: 6649657.

HSL color Cylindrical-coordinate representation of color #397765: hue angle of 162.58º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397765 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 119 101 -
CMYK 0.52 0 0.15 0.53
HSL 162.58º 0.35% 0.35% -
HSV(B) 162.58º 0.52% 0.47% -
XYZ 10.63 15 14.65 -
YUV 98.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 57 119 101 0.52 0 0.15 0.53 162.58 0.35 0.35
Hex 39 77 65 34 0 F 35 A3 23 23
Octal 71 167 145 64 0 17 65 243 43 43
Binary 111001 1110111 1100101 110100 0 1111 110101 10100011 100011 100011

Color Harmonies of #397765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397765

Black with #397765

Text Example


Text Example

White with #397765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397765; }

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

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

background-color css

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

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

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

border-color css

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

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

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