Html Css Color HEX #377D60 Viridian

📋 copy color: '#377D60'

red 55 ◦ green 125 ◦ blue 96

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

Shades of Viridian #377D60

Tints of Viridian #377D60

RGB

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

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

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

R = 19.93%
G = 45.29%
B = 34.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#377D60 (or 0x377D60) is known color: Viridian. HEX triplet: 37, 7D and 60. RGB value is (55,125,96). Sum of RGB (Red+Green+Blue) = 55+125+96=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #377D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D60 is #C8829F. Grayscale: #646464. Windows color (decimal): -13140640 or 6323511. OLE color: 6323511.

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

Color convert

RGB 55 125 96 -
CMYK 0.56 0 0.23 0.51
HSL 155.14º 0.39% 0.35% -
HSV(B) 155.14º 0.56% 0.49% -
XYZ 11.02 16.32 13.64 -
YUV 100.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 55 125 96 0.56 0 0.23 0.51 155.14 0.39 0.35
Hex 37 7D 60 38 0 17 33 9B 27 23
Octal 67 175 140 70 0 27 63 233 47 43
Binary 110111 1111101 1100000 111000 0 10111 110011 10011011 100111 100011

Color Harmonies of #377D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D60

Black with #377D60

Text Example


Text Example

White with #377D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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