Html Css Color HEX #377C61 Viridian

📋 copy color: '#377C61'

red 55 ◦ green 124 ◦ blue 97

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

Shades of Viridian #377C61

Tints of Viridian #377C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.93%

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

R = 19.93%
G = 44.93%
B = 35.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#377C61 (or 0x377C61) is known color: Viridian. HEX triplet: 37, 7C and 61. RGB value is (55,124,97). Sum of RGB (Red+Green+Blue) = 55+124+97=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #377C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C61 is #C8839E. Grayscale: #646464. Windows color (decimal): -13140895 or 6388791. OLE color: 6388791.

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

Color convert

RGB 55 124 97 -
CMYK 0.56 0 0.22 0.51
HSL 156.52º 0.39% 0.35% -
HSV(B) 156.52º 0.56% 0.49% -
XYZ 10.94 16.09 13.84 -
YUV 100.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 55 124 97 0.56 0 0.22 0.51 156.52 0.39 0.35
Hex 37 7C 61 38 0 16 33 9D 27 23
Octal 67 174 141 70 0 26 63 235 47 43
Binary 110111 1111100 1100001 111000 0 10110 110011 10011101 100111 100011

Color Harmonies of #377C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C61

Black with #377C61

Text Example


Text Example

White with #377C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377C61; }

 p { color: rgb(55,124,97); }

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

background-color css

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

 a { background-color: rgb(55,124,97); }

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

border-color css

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

 span { border-color: rgb(55,124,97); }

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