Html Css Color HEX #377D64 Viridian

📋 copy color: '#377D64'

red 55 ◦ green 125 ◦ blue 100

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

Shades of Viridian #377D64

Tints of Viridian #377D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 19.64%
G = 44.64%
B = 35.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#377D64 (or 0x377D64) is known color: Viridian. HEX triplet: 37, 7D and 64. RGB value is (55,125,100). Sum of RGB (Red+Green+Blue) = 55+125+100=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #377D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D64 is #C8829B. Grayscale: #656565. Windows color (decimal): -13140636 or 6585655. OLE color: 6585655.

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

Color convert

RGB 55 125 100 -
CMYK 0.56 0 0.2 0.51
HSL 158.57º 0.39% 0.35% -
HSV(B) 158.57º 0.56% 0.49% -
XYZ 11.21 16.4 14.63 -
YUV 101.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 55 125 100 0.56 0 0.2 0.51 158.57 0.39 0.35
Hex 37 7D 64 38 0 14 33 9F 27 23
Octal 67 175 144 70 0 24 63 237 47 43
Binary 110111 1111101 1100100 111000 0 10100 110011 10011111 100111 100011

Color Harmonies of #377D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D64

Black with #377D64

Text Example


Text Example

White with #377D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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