Html Css Color HEX #377760 Viridian

📋 copy color: '#377760'

red 55 ◦ green 119 ◦ blue 96

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

Shades of Viridian #377760

Tints of Viridian #377760

RGB

 RED value IS 55 (21.88% from 255) = 20.37%

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

 BLUE value IS 96 (37.89% from 255) = 35.56%

R = 20.37%
G = 44.07%
B = 35.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#377760 (or 0x377760) is known color: Viridian. HEX triplet: 37, 77 and 60. RGB value is (55,119,96). Sum of RGB (Red+Green+Blue) = 55+119+96=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #377760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377760 is #C8889F. Grayscale: #616161. Windows color (decimal): -13142176 or 6321975. OLE color: 6321975.

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

Color convert

RGB 55 119 96 -
CMYK 0.54 0 0.19 0.53
HSL 158.44º 0.37% 0.34% -
HSV(B) 158.44º 0.54% 0.47% -
XYZ 10.28 14.85 13.39 -
YUV 97.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 55 119 96 0.54 0 0.19 0.53 158.44 0.37 0.34
Hex 37 77 60 36 0 13 35 9E 25 22
Octal 67 167 140 66 0 23 65 236 45 42
Binary 110111 1110111 1100000 110110 0 10011 110101 10011110 100101 100010

Color Harmonies of #377760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377760

Black with #377760

Text Example


Text Example

White with #377760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377760; }

 p { color: rgb(55,119,96); }

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

background-color css

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

 a { background-color: rgb(55,119,96); }

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

border-color css

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

 span { border-color: rgb(55,119,96); }

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