Html Css Color HEX #377F65 Viridian

📋 copy color: '#377F65'

red 55 ◦ green 127 ◦ blue 101

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

Shades of Viridian #377F65

Tints of Viridian #377F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 19.43%
G = 44.88%
B = 35.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#377F65 (or 0x377F65) is known color: Viridian. HEX triplet: 37, 7F and 65. RGB value is (55,127,101). Sum of RGB (Red+Green+Blue) = 55+127+101=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #377F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F65 is #C8809A. Grayscale: #666666. Windows color (decimal): -13140123 or 6651703. OLE color: 6651703.

HSL color Cylindrical-coordinate representation of color #377F65: hue angle of 158.33º 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 #377F65 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 101 -
CMYK 0.57 0 0.20 0.50
HSL 158.33º 0.4% 0.36% -
HSV(B) 158.33º 0.57% 0.5% -
XYZ 11.51 16.93 14.97 -
YUV 102.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 55 127 101 0.57 0 0.20 0.50 158.33 0.4 0.36
Hex 37 7F 65 39 0 14 32 9E 28 24
Octal 67 177 145 71 0 24 62 236 50 44
Binary 110111 1111111 1100101 111001 0 10100 110010 10011110 101000 100100

Color Harmonies of #377F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F65

Black with #377F65

Text Example


Text Example

White with #377F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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