Html Css Color HEX #377762 Viridian

📋 copy color: '#377762'

red 55 ◦ green 119 ◦ blue 98

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

Shades of Viridian #377762

Tints of Viridian #377762

RGB

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

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

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

R = 20.22%
G = 43.75%
B = 36.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#377762 (or 0x377762) is known color: Viridian. HEX triplet: 37, 77 and 62. RGB value is (55,119,98). Sum of RGB (Red+Green+Blue) = 55+119+98=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #377762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377762 is #C8889D. Grayscale: #616161. Windows color (decimal): -13142174 or 6453047. OLE color: 6453047.

HSL color Cylindrical-coordinate representation of color #377762: hue angle of 160.31º 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 #377762 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 119 98 -
CMYK 0.54 0 0.18 0.53
HSL 160.31º 0.37% 0.34% -
HSV(B) 160.31º 0.54% 0.47% -
XYZ 10.38 14.89 13.88 -
YUV 97.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 55 119 98 0.54 0 0.18 0.53 160.31 0.37 0.34
Hex 37 77 62 36 0 12 35 A0 25 22
Octal 67 167 142 66 0 22 65 240 45 42
Binary 110111 1110111 1100010 110110 0 10010 110101 10100000 100101 100010

Color Harmonies of #377762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377762

Black with #377762

Text Example


Text Example

White with #377762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377762; }

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

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

background-color css

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

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

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

border-color css

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

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

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