Html Css Color HEX #377F6B Viridian

📋 copy color: '#377F6B'

red 55 ◦ green 127 ◦ blue 107

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

Shades of Viridian #377F6B

Tints of Viridian #377F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 19.03%
G = 43.94%
B = 37.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#377F6B (or 0x377F6B) is known color: Viridian. HEX triplet: 37, 7F and 6B. RGB value is (55,127,107). Sum of RGB (Red+Green+Blue) = 55+127+107=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #377F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F6B is #C88094. Grayscale: #676767. Windows color (decimal): -13140117 or 7044919. OLE color: 7044919.

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

Color convert

RGB 55 127 107 -
CMYK 0.57 0 0.16 0.50
HSL 163.33º 0.4% 0.36% -
HSV(B) 163.33º 0.57% 0.5% -
XYZ 11.82 17.05 16.58 -
YUV 103.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 55 127 107 0.57 0 0.16 0.50 163.33 0.4 0.36
Hex 37 7F 6B 39 0 10 32 A3 28 24
Octal 67 177 153 71 0 20 62 243 50 44
Binary 110111 1111111 1101011 111001 0 10000 110010 10100011 101000 100100

Color Harmonies of #377F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F6B

Black with #377F6B

Text Example


Text Example

White with #377F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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