Html Css Color HEX #377D61 Viridian

📋 copy color: '#377D61'

red 55 ◦ green 125 ◦ blue 97

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

Shades of Viridian #377D61

Tints of Viridian #377D61

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.13%

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

R = 19.86%
G = 45.13%
B = 35.02%

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

#377D61 (or 0x377D61) is known color: Viridian. HEX triplet: 37, 7D and 61. RGB value is (55,125,97). Sum of RGB (Red+Green+Blue) = 55+125+97=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #377D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D61 is #C8829E. Grayscale: #646464. Windows color (decimal): -13140639 or 6389047. OLE color: 6389047.

HSL color Cylindrical-coordinate representation of color #377D61: hue angle of 156º 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 #377D61 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 125 97 -
CMYK 0.56 0 0.22 0.51
HSL 156º 0.39% 0.35% -
HSV(B) 156º 0.56% 0.49% -
XYZ 11.07 16.34 13.88 -
YUV 100.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 55 125 97 0.56 0 0.22 0.51 156 0.39 0.35
Hex 37 7D 61 38 0 16 33 9C 27 23
Octal 67 175 141 70 0 26 63 234 47 43
Binary 110111 1111101 1100001 111000 0 10110 110011 10011100 100111 100011

Color Harmonies of #377D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D61

Black with #377D61

Text Example


Text Example

White with #377D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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