Html Css Color HEX #377F62 Viridian

📋 copy color: '#377F62'

red 55 ◦ green 127 ◦ blue 98

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

Shades of Viridian #377F62

Tints of Viridian #377F62

RGB

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

 GREEN value IS 127 (50% from 255) = 45.36%

 BLUE value IS 98 (38.67% from 255) = 35%

R = 19.64%
G = 45.36%
B = 35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#377F62 (or 0x377F62) is known color: Viridian. HEX triplet: 37, 7F and 62. RGB value is (55,127,98). Sum of RGB (Red+Green+Blue) = 55+127+98=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #377F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F62 is #C8809D. Grayscale: #666666. Windows color (decimal): -13140126 or 6455095. OLE color: 6455095.

HSL color Cylindrical-coordinate representation of color #377F62: hue angle of 155.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F62 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 98 -
CMYK 0.57 0 0.23 0.50
HSL 155.83º 0.4% 0.36% -
HSV(B) 155.83º 0.57% 0.5% -
XYZ 11.37 16.87 14.21 -
YUV 102.17 125.65 94.36 -
System Red Green Blue C M Y K H S L
Decimal 55 127 98 0.57 0 0.23 0.50 155.83 0.4 0.36
Hex 37 7F 62 39 0 17 32 9C 28 24
Octal 67 177 142 71 0 27 62 234 50 44
Binary 110111 1111111 1100010 111001 0 10111 110010 10011100 101000 100100

Color Harmonies of #377F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F62

Black with #377F62

Text Example


Text Example

White with #377F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,127,98); }

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

background-color css

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

 a { background-color: rgb(55,127,98); }

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

border-color css

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

 span { border-color: rgb(55,127,98); }

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